diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2022-03-31 17:27:33 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2022-03-31 17:27:33 +0000 |
commit | 58a6bdb2eecf165eb39e1ff5a8082c4bd6ec1211 (patch) | |
tree | c631dd0d4ac59c3286cbf5b06d00e840263d40da /bin/pax | |
parent | a7df80ab7071480723f6f681dc3bbfcda8caffb5 (diff) |
man pages: add missing commas between subordinate and main clauses
jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.
ok jmc@
Diffstat (limited to 'bin/pax')
-rw-r--r-- | bin/pax/pax.1 | 6 | ||||
-rw-r--r-- | bin/pax/tar.1 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index d146a966abe..dda8e2abfb6 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pax.1,v 1.75 2020/01/16 16:46:46 schwarze Exp $ +.\" $OpenBSD: pax.1,v 1.76 2022/03/31 17:27:14 naddy 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 16 2020 $ +.Dd $Mdocdate: March 31 2022 $ .Dt PAX 1 .Os .Sh NAME @@ -160,7 +160,7 @@ operands are specified, a list of files to copy with one per line is read from the standard input. When a .Ar file -operand is also a directory the entire file +operand is also a directory, the entire file hierarchy rooted at that directory will be included. The effect of the .Em copy diff --git a/bin/pax/tar.1 b/bin/pax/tar.1 index c4346a526ee..0bdb0e2652a 100644 --- a/bin/pax/tar.1 +++ b/bin/pax/tar.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tar.1,v 1.63 2020/10/05 05:52:19 jmc Exp $ +.\" $OpenBSD: tar.1,v 1.64 2022/03/31 17:27:14 naddy Exp $ .\" .\" Copyright (c) 1996 SigmaSoft, Th. Lockert .\" All rights reserved. @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 5 2020 $ +.Dd $Mdocdate: March 31 2022 $ .Dt TAR 1 .Os .Sh NAME @@ -304,7 +304,7 @@ Path in which to store temporary files. Default tape device to use instead of .Pa /dev/rst0 . If set to hyphen -.Pq Sq - +.Pq Sq - , standard output is used. .El .Sh FILES |