diff options
author | rnordier <rnordier@FreeBSD.org> | 1998-11-28 10:02:52 +0000 |
---|---|---|
committer | rnordier <rnordier@FreeBSD.org> | 1998-11-28 10:02:52 +0000 |
commit | a93fa46928afe209d70d036bba3aa0869d84bfa7 (patch) | |
tree | 445a4290d51c533506d87e086c43827a520a1139 /sbin/newfs | |
parent | 3aaf69d186b574fcab131de20162707fba4182bc (diff) | |
download | FreeBSD-src-a93fa46928afe209d70d036bba3aa0869d84bfa7.zip FreeBSD-src-a93fa46928afe209d70d036bba3aa0869d84bfa7.tar.gz |
Refer to "da" rather than "sd" device.
Diffstat (limited to 'sbin/newfs')
-rw-r--r-- | sbin/newfs/newfs.8 | 4 |
1 files changed, 2 insertions, 2 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 |