svn commit: r50045 - head/en_US.ISO8859-1/books/handbook/boot

Benedict Reuschling bcr at FreeBSD.org
Fri Mar 10 13:31:19 UTC 2017


Author: bcr
Date: Fri Mar 10 13:31:18 2017
New Revision: 50045
URL: https://svnweb.freebsd.org/changeset/doc/50045

Log:
  Add missing commas.
  
  PR:		212932
  Submitted by:	slegec at rpi.edu

Modified:
  head/en_US.ISO8859-1/books/handbook/boot/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/boot/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/boot/chapter.xml	Fri Mar 10 12:32:33 2017	(r50044)
+++ head/en_US.ISO8859-1/books/handbook/boot/chapter.xml	Fri Mar 10 13:31:18 2017	(r50045)
@@ -346,7 +346,7 @@ boot:</screen>
 		after an <command>unload</command> has been issued.
 		Otherwise, the previously-loaded kernel will be
 		used.  If <emphasis>kernelname</emphasis> is not
-		qualified it will be searched under
+		qualified, it will be searched under
 		<emphasis>/boot/kernel</emphasis> and
 		<emphasis>/boot/modules</emphasis>.</entry>
 	    </row>
@@ -385,7 +385,7 @@ boot:</screen>
 		type given, with the specified filename.  Any
 		arguments after <replaceable>filename</replaceable>
 		are passed to the file.  If
-		<emphasis>filename</emphasis> is not qualified it
+		<emphasis>filename</emphasis> is not qualified, it
 		will be searched under
 		<emphasis>/boot/kernel</emphasis>
 		and <emphasis>/boot/modules</emphasis>.</entry>


More information about the svn-doc-all mailing list