svn commit: r192249 - head/share/man/man4

Edward Tomasz Napierala trasz at FreeBSD.org
Sun May 17 12:21:12 UTC 2009


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.


More information about the svn-src-all mailing list