From 2839add31a27ec3605bac4184fa375a0c8b441a4 Mon Sep 17 00:00:00 2001 From: trasz Date: Sun, 17 May 2009 12:21:11 +0000 Subject: Fix the example. --- share/man/man4/md.4 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'share/man/man4/md.4') 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. -- cgit v1.1