From 140769726df7505d3d26e1fa78281fa01c4c2da4 Mon Sep 17 00:00:00 2001 From: tjr Date: Sun, 6 Oct 2002 07:56:27 +0000 Subject: /dev/sa0 is the default tape device, not /dev/rst0. --- bin/pax/pax.1 | 4 ++-- bin/pax/tar.1 | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'bin') diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index e142798..3a35a6b 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -1054,9 +1054,9 @@ option, a file is not considered selected unless it is newer than the file to which it is compared. .Sh EXAMPLES The command: -.Dl "pax -w -f /dev/rst0 ." +.Dl "pax -w -f /dev/sa0 ." copies the contents of the current directory to the device -.Pa /dev/rst0 . +.Pa /dev/sa0 . .Pp The command: .Dl pax -v -f filename diff --git a/bin/pax/tar.1 b/bin/pax/tar.1 index ff17f18..52c8502 100644 --- a/bin/pax/tar.1 +++ b/bin/pax/tar.1 @@ -106,7 +106,7 @@ Stop after first error. .It Fl f Ar archive Filename where the archive is stored. Defaults to -.Pa /dev/rst0 . +.Pa /dev/sa0 . .It Fl h Follow symbolic links as if they were normal files or directories. @@ -245,11 +245,11 @@ can be used to select one of the compiled-in backup devices, Path in which to store temporary files. .It Ev TAPE Default tape device to use instead of -.Pa /dev/rst0 . +.Pa /dev/sa0 . .El .Sh FILES -.Bl -tag -width "/dev/rst0" -.It Pa /dev/rst0 +.Bl -tag -width "/dev/sa0" +.It Pa /dev/sa0 default archive name .El .Sh DIAGNOSTICS -- cgit v1.1