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

Warren Block wblock at FreeBSD.org
Fri Apr 11 22:17:58 UTC 2014


Author: wblock
Date: Fri Apr 11 22:17:58 2014
New Revision: 44538
URL: http://svnweb.freebsd.org/changeset/doc/44538

Log:
  Whitespace-only fixes, translators please ignore.

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	Fri Apr 11 22:14:36 2014	(r44537)
+++ head/en_US.ISO8859-1/books/handbook/ports/chapter.xml	Fri Apr 11 22:17:58 2014	(r44538)
@@ -4,7 +4,10 @@
 
      $FreeBSD$
 -->
-<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="ports">
+<chapter xmlns="http://docbook.org/ns/docbook"
+  xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
+  xml:id="ports">
+
   <title>Installing Applications: Packages and Ports</title>
 
   <sect1 xml:id="ports-synopsis">
@@ -1296,18 +1299,19 @@ The deinstallation will free 229 kB
 	the upgrade.</para>
 
       <para>To determine if newer versions of installed ports are
-        available, ensure that the latest version of the ports tree
-        is installed, using the updating command described in either
-        <xref linkend="ports-using-portsnap-method"/> or <xref linkend="ports-using-subversion-method"/>.  On &os; 10 and later, or if
-        the system has been converted to
-        <application>pkgng</application>, the following command will
-        list the installed ports which are out of date:</para>
+	available, ensure that the latest version of the ports tree is
+	installed, using the updating command described in either
+	<xref linkend="ports-using-portsnap-method"/> or
+	<xref linkend="ports-using-subversion-method"/>.  On &os; 10
+	and later, or if the system has been converted to
+	<application>pkgng</application>, the following command will
+	list the installed ports which are out of date:</para>
 
       <screen>&prompt.root; <userinput>pkg version -l "<"</userinput></screen>
 
       <para>For &os; 9.<replaceable>X</replaceable> and lower, the
-        following command will list the installed ports that are out
-        of date:</para>
+	following command will list the installed ports that are out
+	of date:</para>
 
       <screen>&prompt.root; <userinput>pkg_version -l "<"</userinput></screen>
 
@@ -1550,13 +1554,13 @@ The deinstallation will free 229 kB
     <para><application>Poudriere</application> is a
       <acronym>BSD</acronym>-licensed utility for creating and testing
       &os; packages.  It uses &os; jails to set up isolated
-      compilation environments.  These jails can be used to build packages for
-      versions of &os; that are different from the system on which it is
-      installed, and also to build packages for i386 if the host is an
-      &arch.amd64; system.  Once the packages are built, they are
-      in a layout identical to the official mirrors.  These packages
-      are usable by &man.pkg.8; and other package management
-      tools.</para>
+      compilation environments.  These jails can be used to build
+      packages for versions of &os; that are different from the system
+      on which it is installed, and also to build packages for i386 if
+      the host is an &arch.amd64; system.  Once the packages are
+      built, they are in a layout identical to the official mirrors.
+      These packages are usable by &man.pkg.8; and other package
+      management tools.</para>
 
     <para><application>Poudriere</application> is installed using
       the <package role="port">ports-mgmt/poudriere</package> package
@@ -1789,8 +1793,8 @@ ports-mgmt/pkg
 	      role="nolink">freebsd-listname at FreeBSD.org</email>.
 	    Take this into account when sending an email.</para>
 
-	  <para>In particular, ports shown as maintained by <email
-	      role="nolink">ports at FreeBSD.org</email> are not
+	  <para>In particular, ports shown as maintained by
+	    <email role="nolink">ports at FreeBSD.org</email> are not
 	    maintained by a specific individual.  Instead, any fixes
 	    and support come from the general community who subscribe
 	    to that mailing list.  More volunteers are always


More information about the svn-doc-all mailing list