diff options
author | 1999-07-06 11:20:46 +0000 | |
---|---|---|
committer | 1999-07-06 11:20:46 +0000 | |
commit | 41e359e02f8a348a10d1966f234e42b7275a4700 (patch) | |
tree | c2b76779898e3f1b606160e8705f9ab07c968657 | |
parent | union wait -> int (diff) | |
download | wireguard-openbsd-41e359e02f8a348a10d1966f234e42b7275a4700.tar.xz wireguard-openbsd-41e359e02f8a348a10d1966f234e42b7275a4700.zip |
-w writes files to the standard output, not standard input; d@
-rw-r--r-- | bin/pax/pax.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index 469cd03fa1f..77eb8c78852 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pax.1,v 1.14 1999/06/04 02:45:14 aaron Exp $ +.\" $OpenBSD: pax.1,v 1.15 1999/07/06 11:20:46 aaron Exp $ .\" $NetBSD: pax.1,v 1.3 1995/03/21 09:07:37 cgd Exp $ .\" .\" Copyright (c) 1992 Keith Muller. @@ -353,7 +353,7 @@ files and these files cannot be linked while the archive is being extracted, will write a diagnostic message to standard error and exit with a non-zero exit status at the completion of operation. .It Fl w -Write files to the standard input +Write files to the standard output in the specified archive format. When no .Ar file |