aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-11-24 03:28:54 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-11-24 03:28:54 +0000
commite83b2033a72969382dde51d7449b6b6c9b130bbc (patch)
tree22069872099111eed1db9ff2117ec15e03a98895
parent666dfc8237d0dbf62c3793963f3e6f637f897f21 (diff)
Notes
-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 e266d08d33b2..4f2c4e9fdb92 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