summaryrefslogtreecommitdiffstats
path: root/sbin/newfs/newfs.8
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1997-11-24 03:28:54 +0000
committerobrien <obrien@FreeBSD.org>1997-11-24 03:28:54 +0000
commit221e1cee6665ae87b44f4167b0a1f68657bf698e (patch)
tree6f834e4268d14fdb46357a1d7e7653f39842bf02 /sbin/newfs/newfs.8
parentb0aecb1c1e45cfcbab5d0d2f3c2236737c3b1379 (diff)
downloadFreeBSD-src-221e1cee6665ae87b44f4167b0a1f68657bf698e.zip
FreeBSD-src-221e1cee6665ae87b44f4167b0a1f68657bf698e.tar.gz
Fix syntax error for the mount_mfs example.
Also update to a more realistic example.
Diffstat (limited to 'sbin/newfs/newfs.8')
-rw-r--r--sbin/newfs/newfs.84
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8
index e266d08..4f2c4e9 100644
--- a/sbin/newfs/newfs.8
+++ b/sbin/newfs/newfs.8
@@ -289,9 +289,9 @@ man page for possible options and their meanings.
.El
.Sh EXAMPLES
.Pp
-.Dl mount_mfs -s=20480 -o nosuid,nodev /dev/sd0b /tmp
+.Dl mount_mfs -s 131072 -o nosuid,nodev /dev/sd0s1b /tmp
.Pp
-Mount a 10240 KB large memory file system on /tmp, with
+Mount a 64 MB large memory file system on /tmp, with
.Xr mount 8
options nosuid and nodev.
.Sh SEE ALSO
OpenPOWER on IntegriCloud