summaryrefslogtreecommitdiffstats
path: root/share/man/man4/md.4
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2009-05-17 12:21:11 +0000
committertrasz <trasz@FreeBSD.org>2009-05-17 12:21:11 +0000
commit2839add31a27ec3605bac4184fa375a0c8b441a4 (patch)
tree85e2e3740d45bf09e219cda4832d6d9a8156b7cf /share/man/man4/md.4
parente1e6e6487d308d70cb7885bf32de3cd630d659d3 (diff)
downloadFreeBSD-src-2839add31a27ec3605bac4184fa375a0c8b441a4.zip
FreeBSD-src-2839add31a27ec3605bac4184fa375a0c8b441a4.tar.gz
Fix the example.
Diffstat (limited to 'share/man/man4/md.4')
-rw-r--r--share/man/man4/md.45
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man4/md.4 b/share/man/man4/md.4
index ab0f569..fea4a34 100644
--- a/share/man/man4/md.4
+++ b/share/man/man4/md.4
@@ -66,11 +66,12 @@ For more information, please see
To create a kernel with a ramdisk or MD file system, your kernel config
needs the following options:
.Bd -literal -offset indent
-options MD_ROOT #MD is a potential root device
+options MD_ROOT # MD is a potential root device
options MD_ROOT_SIZE=8192 # 8MB ram disk
makeoptions MFS_IMAGE=/h/foo/ARM-MD
-options ROOTDEVNAME=\"ufs:md0\"
+options ROOTDEVNAME=\\"ufs:md0\\"
.Ed
+.Pp
The image in
.Pa /h/foo/ARM-MD
will be loaded as the initial image each boot.
OpenPOWER on IntegriCloud