summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2020-10-05 05:52:19 +0000
committerjmc <jmc@openbsd.org>2020-10-05 05:52:19 +0000
commit3a414a38897f5f32af679040f48dfb370ad13e97 (patch)
treed0ca73fc378d4ecf85e2c5d35bb1acb861d0d4d4 /bin
parentadd more ure(4) ids (diff)
downloadwireguard-openbsd-3a414a38897f5f32af679040f48dfb370ad13e97.tar.xz
wireguard-openbsd-3a414a38897f5f32af679040f48dfb370ad13e97.zip
-f - can respresent both stdin and stdout; rework the text a little
to make it read better; reported by roderick ok millert
Diffstat (limited to 'bin')
-rw-r--r--bin/pax/tar.115
1 files changed, 8 insertions, 7 deletions
diff --git a/bin/pax/tar.1 b/bin/pax/tar.1
index bbdef11231a..c4346a526ee 100644
--- a/bin/pax/tar.1
+++ b/bin/pax/tar.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tar.1,v 1.62 2020/01/16 16:46:46 schwarze Exp $
+.\" $OpenBSD: tar.1,v 1.63 2020/10/05 05:52:19 jmc 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: January 16 2020 $
+.Dd $Mdocdate: October 5 2020 $
.Dt TAR 1
.Os
.Sh NAME
@@ -142,12 +142,13 @@ from the directory.
.It Fl e
Stop after the first error.
.It Fl f Ar archive
-Filename where the archive is stored.
-Defaults to
+Read from or write to
+.Ar archive .
+A hyphen
+.Pq -
+can be used to represent standard input or output.
+The default is
.Pa /dev/rst0 .
-If set to hyphen
-.Pq Sq -
-standard output is used.
See also the
.Ev TAPE
environment variable.