diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-20 20:16:25 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-20 20:16:25 +0000 |
commit | bc87ab10a563d19651fcc8b76eabd328ce5c0267 (patch) | |
tree | 254e3bbabdbe250747a4e3968c0dfd24298c760f /bin | |
parent | 7ec924e9c4cf8f242133f5cfa32480689ccd0577 (diff) |
incorrect macro, with too many arguments;
Diffstat (limited to 'bin')
-rw-r--r-- | bin/pax/pax.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index 80d087715dd..d4b343fb2ab 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pax.1,v 1.35 2003/03/12 20:12:35 deraadt Exp $ +.\" $OpenBSD: pax.1,v 1.36 2003/04/20 20:16:24 jmc Exp $ .\" $NetBSD: pax.1,v 1.3 1995/03/21 09:07:37 cgd Exp $ .\" .\" Copyright (c) 1992 Keith Muller. @@ -925,7 +925,10 @@ The minute field .Cm MM is required, while the other fields are optional and must be added in the following order: -.Dl Cm HH , dd , mm , yy , cc . +.br +.Cm \& HH , dd , mm , +.Cm yy , cc . +.br The .Cm SS field may be added independently of the other fields. |