diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-12-21 11:41:51 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-12-21 11:41:51 +0000 |
commit | 3a326477d408167211b14d9893909c9b3ffb5a6e (patch) | |
tree | 0fcdf8609fed6e70190262637181cde38629c950 /bin/pax | |
parent | 61322226969582b51c351b2689fde9fbc68a2c9e (diff) |
Initial patch for a new mdoc issue.
Powered by @mantoya:
o) kill extra line in the end of file;
o) kill extra space in the end of line;
o) replace blank lines with .Pp;
millert@ ok
Diffstat (limited to 'bin/pax')
-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 9c3f5ef7bf6..06fc42fcbee 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pax.1,v 1.27 2001/05/01 17:58:01 aaron Exp $ +.\" $OpenBSD: pax.1,v 1.28 2001/12/21 11:41:49 mpech 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 .\ .Pp Copies the contents of the current directory to the device .Pa /dev/rst0 . |