diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-09 23:58:57 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-09 23:58:57 +0000 |
commit | f23141048432b4e8f04e977cae28a22741ced3eb (patch) | |
tree | 183f87ced900eee7c193ea51d075ef0119968805 /bin/pax/pax.1 | |
parent | ca80d0934b34347e0d8659dd0f773a4cfa932729 (diff) |
- Some section shuffling: conform to the standard order documented in mdoc(7)
- .Sh AUTHOR -> .Sh AUTHORS
Diffstat (limited to 'bin/pax/pax.1')
-rw-r--r-- | bin/pax/pax.1 | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index b64220d61ce..9831cb9376b 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pax.1,v 1.24 2000/11/09 23:47:17 aaron Exp $ +.\" $OpenBSD: pax.1,v 1.25 2000/11/09 23:58:55 aaron Exp $ .\" $NetBSD: pax.1,v 1.3 1995/03/21 09:07:37 cgd Exp $ .\" .\" Copyright (c) 1992 Keith Muller. @@ -1097,42 +1097,7 @@ Update (and list) only those files in the destination directory which are older (less recent inode change or file modification times) than files with the same name found in the source file tree .Pa home . -.Sh STANDARDS -The -.Nm -utility is a superset of the -.St -p1003.2 -standard. -The options -.Fl B , -.Fl D , -.Fl E , -.Fl G , -.Fl H , -.Fl L , -.Fl P , -.Fl T , -.Fl U , -.Fl Y , -.Fl Z , -the archive formats -.Ar bcpio , -.Ar sv4cpio , -.Ar sv4crc , -.Ar tar , -and the flawed archive handling during -.Ar list -and -.Ar read -operations are extensions to the -.Tn POSIX -standard. -.Sh SEE ALSO -.Xr cpio 1 , -.Xr tar 1 -.Sh AUTHOR -Keith Muller at the University of California, San Diego. -.Sh ERRORS +.Sh DIAGNOSTICS .Nm will exit with one of the following values: .Bl -tag -width 2n @@ -1177,3 +1142,38 @@ a diagnostic message is written to standard error and when .Nm completes it will exit with a non-zero exit status. +.Sh SEE ALSO +.Xr cpio 1 , +.Xr tar 1 +.Sh AUTHORS +Keith Muller at the University of California, San Diego. +.Sh STANDARDS +The +.Nm +utility is a superset of the +.St -p1003.2 +standard. +The options +.Fl B , +.Fl D , +.Fl E , +.Fl G , +.Fl H , +.Fl L , +.Fl P , +.Fl T , +.Fl U , +.Fl Y , +.Fl Z , +the archive formats +.Ar bcpio , +.Ar sv4cpio , +.Ar sv4crc , +.Ar tar , +and the flawed archive handling during +.Ar list +and +.Ar read +operations are extensions to the +.Tn POSIX +standard. |