summaryrefslogtreecommitdiffstats
path: root/sbin/restore
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>1998-09-22 10:05:27 +0000
committerroberto <roberto@FreeBSD.org>1998-09-22 10:05:27 +0000
commit019b2d8ebeb21348ddbfbf32b6af2ce51cc16994 (patch)
tree80abb85e0c5887067bd9749de0ae4838be06c571 /sbin/restore
parentfdfec00b09a53ae95bf99690d2f623574f3b14b2 (diff)
downloadFreeBSD-src-019b2d8ebeb21348ddbfbf32b6af2ce51cc16994.zip
FreeBSD-src-019b2d8ebeb21348ddbfbf32b6af2ce51cc16994.tar.gz
Change rst0 into rsa0.
Diffstat (limited to 'sbin/restore')
-rw-r--r--sbin/restore/pathnames.h2
-rw-r--r--sbin/restore/restore.84
2 files changed, 3 insertions, 3 deletions
diff --git a/sbin/restore/pathnames.h b/sbin/restore/pathnames.h
index f86f349..37da075 100644
--- a/sbin/restore/pathnames.h
+++ b/sbin/restore/pathnames.h
@@ -40,4 +40,4 @@
#include <paths.h>
-#define _PATH_DEFTAPE "/dev/rst0"
+#define _PATH_DEFTAPE "/dev/rsa0"
diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8
index cb8264d..2bf0722 100644
--- a/sbin/restore/restore.8
+++ b/sbin/restore/restore.8
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)restore.8 8.4 (Berkeley) 5/1/95
-.\" $Id: restore.8,v 1.12 1998/05/09 05:22:56 jkh Exp $
+.\" $Id: restore.8,v 1.13 1998/07/28 06:20:11 charnier Exp $
.\"
.Dd May 1, 1995
.Dt RESTORE 8
@@ -407,7 +407,7 @@ This message lists the number of blocks that were skipped over.
.El
.Sh FILES
.Bl -tag -width "./restoresymtable" -compact
-.It Pa /dev/rst0
+.It Pa /dev/rsa0
the default tape drive
.It Pa /tmp/rstdir*
file containing directories on the tape.
OpenPOWER on IntegriCloud