diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-19 20:55:26 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-19 20:55:26 +0000 |
commit | a69adaa7db6454f1e885216d3524f55b76a4a49b (patch) | |
tree | 40606d9c588ce0367fced8952ae29a63807bb1af | |
parent | 291f8b77233b8081e6b0d4783f5a06828561b1ed (diff) |
more wacky macro fixing;
-rw-r--r-- | bin/date/date.1 | 7 | ||||
-rw-r--r-- | bin/pax/pax.1 | 12 | ||||
-rw-r--r-- | bin/rcp/rcp.1 | 5 |
3 files changed, 12 insertions, 12 deletions
diff --git a/bin/date/date.1 b/bin/date/date.1 index 7c5a6c67590..e6b96016caf 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: date.1,v 1.53 2010/09/03 09:53:20 jmc Exp $ +.\" $OpenBSD: date.1,v 1.54 2010/09/19 20:55:25 jmc Exp $ .\" $NetBSD: date.1,v 1.12 1996/03/12 04:32:37 phil Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -33,7 +33,7 @@ .\" .\" @(#)date.1 8.3 (Berkeley) 4/28/95 .\" -.Dd $Mdocdate: September 3 2010 $ +.Dd $Mdocdate: September 19 2010 $ .Dt DATE 1 .Os .Sh NAME @@ -53,7 +53,8 @@ .Ar mm Oc .Ar dd Oc .Ar HH Oc -.Ar MM Op Ar \&.SS Oc +.Ar MM Op Ar \&.SS +.Oc .Sm on .Sh DESCRIPTION When invoked without arguments, the diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index 4ace525fd74..c5eca2c57e6 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pax.1,v 1.60 2010/09/03 09:53:20 jmc Exp $ +.\" $OpenBSD: pax.1,v 1.61 2010/09/19 20:55:25 jmc Exp $ .\" $NetBSD: pax.1,v 1.3 1995/03/21 09:07:37 cgd Exp $ .\" .\" Copyright (c) 1992 Keith Muller. @@ -34,7 +34,7 @@ .\" .\" @(#)pax.1 8.4 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: September 3 2010 $ +.Dd $Mdocdate: September 19 2010 $ .Dt PAX 1 .Os .Sh NAME @@ -669,9 +669,9 @@ time falling within the specified time range. The range has the format: .Sm off .Bd -filled -offset indent -.Oo Ar from_date Oc Oo , -.Ar to_date Oc Oo / -.Oo Cm c Oc Op Cm m Oc +.Op Ar from_date +.Op \&, Ar to_date +.Op / Oo Cm c Oc Op Cm m .Ed .Sm on .Pp @@ -702,7 +702,7 @@ is in the or .Em copy mode, the optional trailing field -.Oo Cm c Oc Op Cm m +.Oo Cm c Oc Ns Op Cm m can be used to determine which file time (inode change, file modification or both) are used in the comparison. If neither is specified, the default is to use file modification time only. diff --git a/bin/rcp/rcp.1 b/bin/rcp/rcp.1 index 2caad8762f7..75d52b9518e 100644 --- a/bin/rcp/rcp.1 +++ b/bin/rcp/rcp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcp.1,v 1.18 2009/03/01 13:47:02 sobrado Exp $ +.\" $OpenBSD: rcp.1,v 1.19 2010/09/19 20:55:25 jmc Exp $ .\" $NetBSD: rcp.1,v 1.6 1995/07/25 19:37:25 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)rcp.1 8.1 (Berkeley) 5/31/93 .\" -.Dd $Mdocdate: March 1 2009 $ +.Dd $Mdocdate: September 19 2010 $ .Dt RCP 1 .Os .Sh NAME @@ -60,7 +60,6 @@ characters, or a .Ql / before any -.Br .Ql \&: characters). .Pp |