Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Apr 2013 13:56:10 +0000 (UTC)
From:      Dru Lavigne <dru@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r41349 - in head/en_US.ISO8859-1/books/handbook: cutting-edge ports
Message-ID:  <201304021356.r32DuArQ011559@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dru
Date: Tue Apr  2 13:56:10 2013
New Revision: 41349
URL: http://svnweb.freebsd.org/changeset/doc/41349

Log:
  Fix missing space and extra bracket.
  
  Submitted by:  ryusuke
  Approved by:   hrs (mentor)

Modified:
  head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml
  head/en_US.ISO8859-1/books/handbook/ports/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml	Tue Apr  2 13:41:35 2013	(r41348)
+++ head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml	Tue Apr  2 13:56:10 2013	(r41349)
@@ -2617,7 +2617,7 @@ Script done, &hellip;</screen>
 	<screen>&prompt.root; <userinput>diff /etc/shells /var/tmp/root/etc/shells</userinput></screen>
 
 	<para>This command will show the differences between the
-	  existing <filename>/etc/shells</filename>and the new
+	  existing <filename>/etc/shells</filename> and the new
 	  <filename>/var/tmp/root/etc/shells</filename>.  Review the
 	  differences to decide whether to merge in custom changes
 	  or to replace the existing file with the new one.</para>

Modified: head/en_US.ISO8859-1/books/handbook/ports/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/ports/chapter.xml	Tue Apr  2 13:41:35 2013	(r41348)
+++ head/en_US.ISO8859-1/books/handbook/ports/chapter.xml	Tue Apr  2 13:56:10 2013	(r41349)
@@ -1292,7 +1292,7 @@ Deinstalling ca_root_nss-3.13.5... done<
 	  up-to-date Ports Collection and check <ulink
 	    url="http://vuxml.freebsd.org/"></ulink>; for security
 	  issues related to your port.  If <filename
-	    role="package">ports-mgmt/portaudit</filename>) is
+	    role="package">ports-mgmt/portaudit</filename> is
 	  installed, run <command>portaudit -F</command> before
 	  installing a new port, to fetch the current vulnerabilities
 	  database.  A security audit and an update of the database



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