diff options
author | tjr <tjr@FreeBSD.org> | 2002-10-06 07:56:27 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-10-06 07:56:27 +0000 |
commit | 140769726df7505d3d26e1fa78281fa01c4c2da4 (patch) | |
tree | 2f39071188fe278cc49966270ec5ac4fd68474f4 /bin | |
parent | 3079aa5131853e5db003d3cc05434660c85abd5e (diff) | |
download | FreeBSD-src-140769726df7505d3d26e1fa78281fa01c4c2da4.zip FreeBSD-src-140769726df7505d3d26e1fa78281fa01c4c2da4.tar.gz |
/dev/sa0 is the default tape device, not /dev/rst0.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/pax/pax.1 | 4 | ||||
-rw-r--r-- | bin/pax/tar.1 | 8 |
2 files changed, 6 insertions, 6 deletions
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 |