summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2002-10-06 07:56:27 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2002-10-06 07:56:27 +0000
commite7ed0f64bf01dfc8c3c98b1b5b929045e835ca9f (patch)
tree2f39071188fe278cc49966270ec5ac4fd68474f4 /bin
parent0bd38bab78d9ee7f99c6cf9b9f25b2ab76377949 (diff)
Notes
Diffstat (limited to 'bin')
-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 e1427987231f..3a35a6bf0190 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 ff17f18c781f..52c85021ec93 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