summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-05-01 17:09:54 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-05-01 17:09:54 +0000
commit548a533c3fefb669d3b7fb65b1187a550aa9e4f9 (patch)
treecae860e0d4b475ea73dbc818c92945982836c18b
parent865944a235d7451dea683f7d3f7493bc07c3543f (diff)
for the restore -r example:
- use /dev/sd rather than /dev/rp, since rp no longer exists - use rst0 instead of rst8, since rst8 does not exist (by default) from Matthias Scheler ok otto
-rw-r--r--sbin/restore/restore.88
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8
index 4a6f66fe213..e98fc2e6254 100644
--- a/sbin/restore/restore.8
+++ b/sbin/restore/restore.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: restore.8,v 1.31 2007/02/25 17:00:32 jmc Exp $
+.\" $OpenBSD: restore.8,v 1.32 2007/05/01 17:09:53 jmc Exp $
.\" $NetBSD: restore.8,v 1.15 1997/07/01 05:37:53 lukem Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
@@ -177,10 +177,10 @@ flag precludes an interactive file extraction and can be
detrimental to one's health (not to mention the disk) if not used carefully.
An example:
.Bd -literal -offset indent
-# newfs /dev/rrp0g
-# mount /dev/rp0g /mnt
+# newfs /dev/rsd0g
+# mount /dev/sd0g /mnt
# cd /mnt
-# restore rf /dev/rst8
+# restore rf /dev/rst0
.Ed
.Pp
Note that