diff options
author | 2015-03-15 05:16:56 +0000 | |
---|---|---|
committer | 2015-03-15 05:16:56 +0000 | |
commit | 26b32c4783b140ce1144dc096749058fd1e2fdd6 (patch) | |
tree | 50b3afc4e0eb316b65d477a5939d4c8d02f2de59 | |
parent | tzfile.h is an internal header that should never have been installed. (diff) | |
download | wireguard-openbsd-26b32c4783b140ce1144dc096749058fd1e2fdd6.tar.xz wireguard-openbsd-26b32c4783b140ce1144dc096749058fd1e2fdd6.zip |
pax -o only accepts 'write_opt=nodir' and not bare 'nodir'
-rw-r--r-- | bin/pax/pax.1 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index 39d4e76f22e..f604f71fc43 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pax.1,v 1.70 2015/01/15 19:06:31 schwarze Exp $ +.\" $OpenBSD: pax.1,v 1.71 2015/03/15 05:16:56 guenther 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: January 15 2015 $ +.Dd $Mdocdate: March 15 2015 $ .Dt PAX 1 .Os .Sh NAME @@ -478,7 +478,6 @@ and old formats: .Pp .Bl -tag -width Ds -compact -.It Cm nodir .It Cm write_opt=nodir When writing archives, omit the storage of directories. .El |