diff options
author | 2003-04-20 20:16:24 +0000 | |
---|---|---|
committer | 2003-04-20 20:16:24 +0000 | |
commit | 20dcd35d6eb7a73df718a0c683e2661dcad003bd (patch) | |
tree | 5d13d822987eb6abb63b9e24218c8efa0ee11a76 | |
parent | typos; (diff) | |
download | wireguard-openbsd-20dcd35d6eb7a73df718a0c683e2661dcad003bd.tar.xz wireguard-openbsd-20dcd35d6eb7a73df718a0c683e2661dcad003bd.zip |
incorrect macro, with too many arguments;
-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. |