summaryrefslogtreecommitdiffstats
path: root/bin/pax/pax.1
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-10-06 07:56:27 +0000
committertjr <tjr@FreeBSD.org>2002-10-06 07:56:27 +0000
commit140769726df7505d3d26e1fa78281fa01c4c2da4 (patch)
tree2f39071188fe278cc49966270ec5ac4fd68474f4 /bin/pax/pax.1
parent3079aa5131853e5db003d3cc05434660c85abd5e (diff)
downloadFreeBSD-src-140769726df7505d3d26e1fa78281fa01c4c2da4.zip
FreeBSD-src-140769726df7505d3d26e1fa78281fa01c4c2da4.tar.gz
/dev/sa0 is the default tape device, not /dev/rst0.
Diffstat (limited to 'bin/pax/pax.1')
-rw-r--r--bin/pax/pax.14
1 files changed, 2 insertions, 2 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
OpenPOWER on IntegriCloud