diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-06 11:20:47 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-06 11:20:47 +0000 |
commit | c6598c30a7a0bab91ee6df65a2d54f1c2150b694 (patch) | |
tree | fe1373fdea2045aaae8a5d74f8702110f71ca5d5 /bin/pax/pax.1 | |
parent | b23f7f63751c9e7b6860780e1895e79934424975 (diff) |
-w writes files to the standard output, not standard input; d@
Diffstat (limited to 'bin/pax/pax.1')
-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 |