diff options
author | 2014-04-15 17:02:54 +0000 | |
---|---|---|
committer | 2014-04-15 17:02:54 +0000 | |
commit | e7ec4c6d354be1599e3d2428fb4816ddcca3b758 (patch) | |
tree | 376e3a8a2283ddd7e7da86b3a25ad9125db9cd0b | |
parent | Replace the old OpenSSL PRNG by direct use of arc4random_buf(), keeping the (diff) | |
download | wireguard-openbsd-e7ec4c6d354be1599e3d2428fb4816ddcca3b758.tar.xz wireguard-openbsd-e7ec4c6d354be1599e3d2428fb4816ddcca3b758.zip |
flesh out STANDARDS; ok millert sobrado
-rw-r--r-- | bin/pax/pax.1 | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index f5d65e589fa..49cbcc4f225 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pax.1,v 1.64 2014/02/13 07:30:39 guenther Exp $ +.\" $OpenBSD: pax.1,v 1.65 2014/04/15 17:02:54 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: February 13 2014 $ +.Dd $Mdocdate: April 15 2014 $ .Dt PAX 1 .Os .Sh NAME @@ -1146,7 +1146,12 @@ The .Nm utility is compliant with the .St -p1003.1-2008 -specification. +specification, +except that the +.Em pax +archive format is unsupported and the +.Ev TZ +environment variable is unused. .Pp The flags .Op Fl 0BDEGjOPTUYZz , @@ -1154,7 +1159,15 @@ the archive formats .Em bcpio , .Em sv4cpio , .Em sv4crc , +and .Em tar , +the +.Cm b , k , +and +.Cm x +additions to the +.Fl b +flag, and the flawed archive handling during .Em list and |