diff options
author | obrien <obrien@FreeBSD.org> | 2001-03-09 13:06:09 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-03-09 13:06:09 +0000 |
commit | 5c32390a199d948a132e0a759fbf2c1d8cef1d9c (patch) | |
tree | 66dcb2053325f8b0d9a9b72f14786dbee836a0f2 /sbin/restore | |
parent | bacfc8e3b199a5664e7c4a70141bb58adbccbd93 (diff) | |
download | FreeBSD-src-5c32390a199d948a132e0a759fbf2c1d8cef1d9c.zip FreeBSD-src-5c32390a199d948a132e0a759fbf2c1d8cef1d9c.tar.gz |
bye-bye documented raw device
Diffstat (limited to 'sbin/restore')
-rw-r--r-- | sbin/restore/restore.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8 index 3d7c3b3..7513ec1 100644 --- a/sbin/restore/restore.8 +++ b/sbin/restore/restore.8 @@ -204,7 +204,7 @@ newfs /dev/da0s1a mount /dev/da0s1a /mnt cd /mnt -restore rf /dev/rsa0 +restore rf /dev/sa0 .Ed .Pp Note that @@ -280,7 +280,7 @@ Read the backup from .Ar file may be a special device file like -.Pa /dev/rsa0 +.Pa /dev/sa0 (a tape drive), .Pa /dev/da1c (a disk drive), @@ -413,7 +413,7 @@ This message lists the number of blocks that were skipped over. .El .Sh FILES .Bl -tag -width "./restoresymtable" -compact -.It Pa /dev/rsa0 +.It Pa /dev/sa0 the default tape drive .It Pa /tmp/rstdir* file containing directories on the tape. |