Update references to disk and tape devices.

This commit is contained in:
Kris Kennaway 2000-05-07 09:16:56 +00:00
parent 2ea2e54219
commit 334f24bbab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60128

View File

@ -200,11 +200,11 @@ flag precludes an interactive file extraction and can be
detrimental to one's health if not used carefully (not to mention detrimental to one's health if not used carefully (not to mention
the disk). An example: the disk). An example:
.Bd -literal -offset indent .Bd -literal -offset indent
newfs /dev/rrp0g eagle newfs /dev/da0s1a
mount /dev/rp0g /mnt mount /dev/da0s1a /mnt
cd /mnt cd /mnt
restore rf /dev/rst8 restore rf /dev/rsa0
.Ed .Ed
.Pp .Pp
Note that Note that
@ -281,9 +281,9 @@ Read the backup from
.Ar file .Ar file
may be a special device file may be a special device file
like like
.Pa /dev/rmt12 .Pa /dev/rsa0
(a tape drive), (a tape drive),
.Pa /dev/rda1c .Pa /dev/da1c
(a disk drive), (a disk drive),
an ordinary file, an ordinary file,
or or