svn commit: r40741 - head/en_US.ISO8859-1/books/handbook/ports

Dru Lavigne dru at FreeBSD.org
Thu Jan 24 23:01:44 UTC 2013


Author: dru
Date: Thu Jan 24 23:01:43 2013
New Revision: 40741
URL: http://svnweb.freebsd.org/changeset/doc/40741

Log:
  White space fix only. Translators can ignore.
  
  Approved by:  gjb (mentor)

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

Modified: head/en_US.ISO8859-1/books/handbook/ports/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/ports/chapter.xml	Thu Jan 24 22:06:18 2013	(r40740)
+++ head/en_US.ISO8859-1/books/handbook/ports/chapter.xml	Thu Jan 24 23:01:43 2013	(r40741)
@@ -356,7 +356,7 @@ R-deps: </screen>
 	  feature.  For example, searching for <command>lsof</command>
 	  would return:</para>
 
-	  <screen>&prompt.root; <userinput>cd /usr/ports</userinput>
+	<screen>&prompt.root; <userinput>cd /usr/ports</userinput>
 &prompt.root; <userinput>make quicksearch name=lsof</userinput>
 Port:   lsof-4.87.a,7
 Path:   /usr/ports/sysutils/lsof
@@ -683,7 +683,7 @@ docbook                     =
 	utility for <application>pkgng</application>.  The bootstrap
 	utility will download and install
 	<application>pkgng</application>.</para>
-	
+
       <para>To bootstrap the system, run:</para>
 
       <screen>&prompt.root; <userinput>/usr/sbin/pkg</userinput></screen>
@@ -796,7 +796,7 @@ docbook                     =
 
 	<screen>&prompt.root; <userinput>pkg info pkg</userinput>
 pkg-1.0.2			New generation package manager</screen>
-	</sect3>
+      </sect3>
 
       <sect3 id="pkgng-installing-deinstalling">
 	<title>Installing and Removing Packages with
@@ -820,7 +820,7 @@ pkg-1.0.2			New generation package manag
 	  <command>pkg install</command>.  For example, to install
 	  <application>curl</application>:</para>
 
-	  <screen>&prompt.root; <userinput>pkg install curl</userinput>
+	<screen>&prompt.root; <userinput>pkg install curl</userinput>
 Updating repository catalogue
 Repository catalogue is up-to-date, no need to fetch fresh copy
 The following packages will be installed:
@@ -1055,10 +1055,10 @@ Deinstalling ca_root_nss-3.13.5... done<
       available in &man.ports.7;.</para>
 
     <warning>
-      <para>As of mid 2012, the &os; Ports Project has migrated revision
-	control systems from CVS to Subversion.  The preferred method
-	for obtaining and maintaining the ports tree is
-	<application>Portsnap</application>.  Users requiring local
+      <para>As of mid 2012, the &os; Ports Project has migrated
+	revision control systems from CVS to Subversion.  The
+	preferred method for obtaining and maintaining the ports tree
+	is <application>Portsnap</application>.  Users requiring local
 	customization of ports (that is, maintaining additional local
 	patches) will probably prefer to use Subversion directly.  The
 	<application>CVSup</application> service is being phased out


More information about the svn-doc-all mailing list