diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2002-01-15 21:20:10 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2002-01-15 21:20:10 +0000 |
commit | 1294e7ef62e0b63716bdf0964a29eccf676732b4 (patch) | |
tree | 49d532912db9d79e353c8ba1eb1a5e8d3114c8b7 | |
parent | 072be13897721bcc104d88b6a9baa18f58d80b0f (diff) |
sometimes trailing spaces are required for proper formating
-rw-r--r-- | bin/pax/pax.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index 06fc42fcbee..eae32309439 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pax.1,v 1.28 2001/12/21 11:41:49 mpech Exp $ +.\" $OpenBSD: pax.1,v 1.29 2002/01/15 21:20:09 marc Exp $ .\" $NetBSD: pax.1,v 1.3 1995/03/21 09:07:37 cgd Exp $ .\" .\" Copyright (c) 1992 Keith Muller. @@ -1047,7 +1047,7 @@ options are specified along with the option, a file is not considered selected unless it is newer than the file to which it is compared. .Sh EXAMPLES -.Cm pax -w -f /dev/rst0 .\ +.Cm pax -w -f /dev/rst0 .\ \" don't remove space after .\ .Pp Copies the contents of the current directory to the device .Pa /dev/rst0 . |