diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-29 15:05:00 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-29 15:05:00 +0000 |
commit | 45d93d3fb4f26de6e3c95bb9fd0fd2e4955356d9 (patch) | |
tree | ce7e86cedb7cce377477634a06422782dddb83fd /bin/pax | |
parent | 8c807d6c9d94f750e87fa7bdce3aaa3266c17347 (diff) |
- consistent STANDARDS blurb
- note which options are extensions to POSIX
discussed w/ deraadt otto millert
Diffstat (limited to 'bin/pax')
-rw-r--r-- | bin/pax/pax.1 | 30 |
1 files changed, 9 insertions, 21 deletions
diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index 6afcd1cb50d..e0564140058 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pax.1,v 1.50 2007/03/06 14:40:22 jmc Exp $ +.\" $OpenBSD: pax.1,v 1.51 2007/05/29 15:04:59 jmc Exp $ .\" $NetBSD: pax.1,v 1.3 1995/03/21 09:07:37 cgd Exp $ .\" .\" Copyright (c) 1992 Keith Muller. @@ -1136,23 +1136,12 @@ completes it will exit with a non-zero exit status. .Sh STANDARDS The .Nm -utility is a superset of the -.St -p1003.2 -standard. -The options -.Fl 0 , -.Fl B , -.Fl D , -.Fl E , -.Fl G , -.Fl H , -.Fl L , -.Fl O , -.Fl P , -.Fl T , -.Fl U , -.Fl Y , -.Fl Z , +utility is compliant with the +.St -p1003.1-2004 +specification. +.Pp +The flags +.Op Fl 0BDEGHLOPTUYZz , the archive formats .Em bcpio , .Em sv4cpio , @@ -1162,8 +1151,7 @@ and the flawed archive handling during .Em list and .Em read -operations are extensions to the -.Tn POSIX -standard. +operations +are extensions to that specification. .Sh AUTHORS Keith Muller at the University of California, San Diego. |