Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 May 2009 12:21:11 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r192249 - head/share/man/man4
Message-ID:  <200905171221.n4HCLCa8027661@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Sun May 17 12:21:11 2009
New Revision: 192249
URL: http://svn.freebsd.org/changeset/base/192249

Log:
  Fix the example.

Modified:
  head/share/man/man4/md.4

Modified: head/share/man/man4/md.4
==============================================================================
--- head/share/man/man4/md.4	Sun May 17 11:45:37 2009	(r192248)
+++ head/share/man/man4/md.4	Sun May 17 12:21:11 2009	(r192249)
@@ -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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905171221.n4HCLCa8027661>