diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2014-02-13 07:30:40 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2014-02-13 07:30:40 +0000 |
commit | d9294b7960babf94102bba00dbaadaf550bf7d13 (patch) | |
tree | 2aec0870b6889119415df8fe2f41ea208b77d56e /bin/pax | |
parent | 7db0673fef34c6818db4f2d17fadd9308232fcb6 (diff) |
Don't use use .Tn with AND/OR/NOT
Phrase any "The _flags_ argument is the ..." line consistently,
eliminating unnecessary use of 'inclusive' and saying "zero or more"
or "one or more" as appropriate
ok millert@ jmc@ schwarze@
Diffstat (limited to 'bin/pax')
-rw-r--r-- | bin/pax/pax.1 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index 2a4c6993b5f..f5d65e589fa 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pax.1,v 1.63 2014/01/09 03:13:24 guenther Exp $ +.\" $OpenBSD: pax.1,v 1.64 2014/02/13 07:30:39 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 9 2014 $ +.Dd $Mdocdate: February 13 2014 $ .Dt PAX 1 .Os .Sh NAME @@ -592,9 +592,7 @@ operands. If any intermediate directories are needed in order to extract an archive member, these directories will be created as if .Xr mkdir 2 -was called with the bitwise inclusive -.Tn OR -of +was called with the bitwise OR of .Dv S_IRWXU , S_IRWXG , and .Dv S_IRWXO |