From de08351195bc4a6d359dcb1fabafd6881c9b16d9 Mon Sep 17 00:00:00 2001 From: wosch Date: Thu, 26 Dec 1996 02:01:09 +0000 Subject: Add example for mount_mfs(8). --- sbin/newfs/newfs.8 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'sbin/newfs/newfs.8') diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index 85615be..815af32 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -275,13 +275,20 @@ See the .Xr mount 8 man page for possible options and their meanings. .El +.Sh EXAMPLES +.Pp +.Dl mount_mfs -s=20480 -o nosuid,nodev /dev/sd0b /tmp +.Pp +Mount a 10240 KB large memory file system on /tmp, with +.Xr mount 8 +options nosuid and nodev. .Sh SEE ALSO .Xr fdformat 1 , .Xr disktab 5 , .Xr fs 5 , -.Xr dumpfs 8 , .Xr disklabel 8 , .Xr diskpart 8 , +.Xr dumpfs 8 , .Xr fsck 8 , .Xr mount 8 , .Xr scsiformat 8 , -- cgit v1.1