aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/pax/pax.14
-rw-r--r--bin/pax/tar.18
2 files changed, 6 insertions, 6 deletions
diff --git a/bin/pax/pax.1 b/bin/pax/pax.1
index e1427987231fe..3a35a6bf01908 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 ff17f18c781f8..52c85021ec93e 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