aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-07-24 14:23:47 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-07-24 14:23:47 +0000
commit1f3ea974f3d6ecdcf1dd534380ee865822e42ada (patch)
tree5500ca1e45d7efffe7091cfce386b574e15cd35d /share
parenta144588d15cf1459904567c8d1c57024552f4b09 (diff)
Notes
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/md.415
1 files changed, 15 insertions, 0 deletions
diff --git a/share/man/man4/md.4 b/share/man/man4/md.4
index 5a771e334244..7f9401cef139 100644
--- a/share/man/man4/md.4
+++ b/share/man/man4/md.4
@@ -95,6 +95,21 @@ backed
.Nm
disks,
but not those backed by pre-loaded modules.
+.Sh EXAMPLES
+To mount a
+.Xr malloc 9
+backed
+.Nm
+device on
+.Pa /tmp :
+.Bd -literal
+if [ -e /dev/md0 -a -e /dev/md0c ]; then
+ disklabel -r -w md0 auto && \\
+ newfs /dev/md0c && \\
+ mount /dev/md0c /tmp && \\
+ chmod 1777 /tmp
+fi
+.Ed
.Sh SEE ALSO
.Xr disklabel 5 ,
.Xr disklabel 8 ,