Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin Note the default tape device is taken from _PATH_DEFTAP...
details: https://anonhg.NetBSD.org/src/rev/ab480273d358
branches: trunk
changeset: 474215:ab480273d358
user: abs <abs%NetBSD.org@localhost>
date: Thu Jul 01 19:18:47 1999 +0000
description:
Note the default tape device is taken from _PATH_DEFTAPE in /usr/include/paths.h
diffstat:
sbin/dump/dump.8 | 9 ++++++---
sbin/restore/restore.8 | 9 ++++++---
2 files changed, 12 insertions(+), 6 deletions(-)
diffs (48 lines):
diff -r 25f85fcfafb1 -r ab480273d358 sbin/dump/dump.8
--- a/sbin/dump/dump.8 Thu Jul 01 19:15:03 1999 +0000
+++ b/sbin/dump/dump.8 Thu Jul 01 19:18:47 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: dump.8,v 1.33 1999/06/28 01:32:49 abs Exp $
+.\" $NetBSD: dump.8,v 1.34 1999/07/01 19:18:47 abs Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" Regents of the University of California.
@@ -410,9 +410,12 @@
.Sh FILES
.Bl -tag -width /etc/dumpdates -compact
.It Pa /dev/nrst0
-default tape unit to dump to
+default tape unit to use. Taken from
+.Dv _PATH_DEFTAPE
+in
+.Pa /usr/include/paths.h .
.It Pa /dev/rst*
-Raw SCSI tape interface
+raw SCSI tape interface
.It Pa /etc/dumpdates
dump date records
.It Pa /etc/fstab
diff -r 25f85fcfafb1 -r ab480273d358 sbin/restore/restore.8
--- a/sbin/restore/restore.8 Thu Jul 01 19:15:03 1999 +0000
+++ b/sbin/restore/restore.8 Thu Jul 01 19:18:47 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: restore.8,v 1.25 1999/06/28 01:32:50 abs Exp $
+.\" $NetBSD: restore.8,v 1.26 1999/07/01 19:18:47 abs Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -439,9 +439,12 @@
.Sh FILES
.Bl -tag -width "./restoresymtable" -compact
.It Pa /dev/nrst0
-the default tape drive
+default tape unit to use. Taken from
+.Dv _PATH_DEFTAPE
+in
+.Pa /usr/include/paths.h .
.It Pa /dev/rst*
-Raw SCSI tape interface
+raw SCSI tape interface
.It Pa /tmp/rstdir*
file containing directories on the tape.
.It Pa /tmp/rstmode*
Home |
Main Index |
Thread Index |
Old Index