/dev/sa0 is the default tape device, not /dev/rst0.

This commit is contained in:
Tim J. Robbins 2002-10-06 07:56:27 +00:00
parent 0bd38bab78
commit e7ed0f64bf
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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