diff options
-rw-r--r-- | sbin/newfs/newfs.8 | 4 | ||||
-rw-r--r-- | sbin/restore/restore.8 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index afb46a5..901d8b4 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)newfs.8 8.6 (Berkeley) 5/3/95 -.\" $Id: newfs.8,v 1.17 1998/09/11 07:08:49 grog Exp $ +.\" $Id: newfs.8,v 1.18 1998/09/29 23:20:04 grog Exp $ .\" .Dd May 3, 1995 .Dt NEWFS 8 @@ -305,7 +305,7 @@ man page for possible options and their meanings. .El .Sh EXAMPLES .Pp -.Dl mount_mfs -s 131072 -o nosuid,nodev /dev/sd0s1b /tmp +.Dl mount_mfs -s 131072 -o nosuid,nodev /dev/da0s1b /tmp .Pp Mount a 64 MB large memory file system on /tmp, with .Xr mount 8 diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8 index 2bf0722..9c91596 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.13 1998/07/28 06:20:11 charnier Exp $ +.\" $Id: restore.8,v 1.14 1998/09/22 10:05:27 roberto Exp $ .\" .Dd May 1, 1995 .Dt RESTORE 8 @@ -281,7 +281,7 @@ may be a special device file like .Pa /dev/rmt12 (a tape drive), -.Pa /dev/rsd1c +.Pa /dev/rda1c (a disk drive), an ordinary file, or |