Fix syntax error for the mount_mfs example.

Also update to a more realistic example.
This commit is contained in:
David E. O'Brien 1997-11-24 03:28:54 +00:00
parent 666dfc8237
commit e83b2033a7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31376

View File

@ -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