summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1995-11-26 16:57:37 +0000
committerjoerg <joerg@FreeBSD.org>1995-11-26 16:57:37 +0000
commitfb91b3e1a96f0045538b4067ea71b836f55c6b2c (patch)
treedc6f22f4df936e59c203126537a60e7759405883 /sbin
parent5d389a2ee900f0b52759ea3f2721c9d74564a73b (diff)
downloadFreeBSD-src-fb91b3e1a96f0045538b4067ea71b836f55c6b2c.zip
FreeBSD-src-fb91b3e1a96f0045538b4067ea71b836f55c6b2c.tar.gz
Make the default tape device match dump(8).
Diffstat (limited to 'sbin')
-rw-r--r--sbin/restore/pathnames.h2
-rw-r--r--sbin/restore/restore.86
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/restore/pathnames.h b/sbin/restore/pathnames.h
index b9541f9..f86f349 100644
--- a/sbin/restore/pathnames.h
+++ b/sbin/restore/pathnames.h
@@ -40,4 +40,4 @@
#include <paths.h>
-#define _PATH_DEFTAPE "/dev/rmt8"
+#define _PATH_DEFTAPE "/dev/rst0"
diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8
index 6a68cb4..59a2da3 100644
--- a/sbin/restore/restore.8
+++ b/sbin/restore/restore.8
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)restore.8 8.2 (Berkeley) 12/11/93
-.\"
+.\" "
.Dd December 11, 1993
.Dt RESTORE 8
.Os BSD 4
@@ -246,7 +246,7 @@ The next argument to
.Nm restore
is used as the name of the archive instead
of
-.Pa /dev/rmt? .
+.Pa /dev/rst0 .
If the name of the file is of the form
.Dq host:file ,
.Nm restore
@@ -372,7 +372,7 @@ This message lists the number of blocks that were skipped over.
.El
.Sh FILES
.Bl -tag -width "./restoresymtable" -compact
-.It Pa /dev/rmt?
+.It Pa /dev/rst0
the default tape drive
.It Pa /tmp/rstdir*
file containing directories on the tape.
OpenPOWER on IntegriCloud