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/pax.1 | |
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/pax.1')
-rw-r--r-- | bin/pax/pax.1 | 6 |
1 files changed, 3 insertions, 3 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 |