Date: Fri, 16 Nov 2012 16:09:43 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-projects@freebsd.org Subject: svn commit: r40035 - projects/pkgng/en_US.ISO8859-1/books/handbook/ports Message-ID: <201211161609.qAGG9hkC019908@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb Date: Fri Nov 16 16:09:43 2012 New Revision: 40035 URL: http://svnweb.freebsd.org/changeset/doc/40035 Log: Remove a few more cases on non-printable characters from copy/paste. Note to self: copy/pasting from openetherpad is evil. Modified: projects/pkgng/en_US.ISO8859-1/books/handbook/ports/chapter.xml Modified: projects/pkgng/en_US.ISO8859-1/books/handbook/ports/chapter.xml ============================================================================== --- projects/pkgng/en_US.ISO8859-1/books/handbook/ports/chapter.xml Fri Nov 16 15:57:11 2012 (r40034) +++ projects/pkgng/en_US.ISO8859-1/books/handbook/ports/chapter.xml Fri Nov 16 16:09:43 2012 (r40035) @@ -645,7 +645,7 @@ docbook = <para><application>pkgng</application> is an improved replacement for the traditional &os; <application>pkg_install</application> package management tools, offering many features that make - dealing with binary packages faster and easier. The first + dealing with binary packages faster and easier. The first release of <application>pkgng</application> was in August, 2012.</para> @@ -727,7 +727,7 @@ docbook = <para>The <application>pkgng</application> package management system uses a package repository for most operations. The default package repository location is the - <envar>PACKAGESITE</envar> defined in + <envar>PACKAGESITE</envar> defined in <filename>/usr/local/etc/pkg.conf</filename> unless <envar>PACKAGESITE</envar> is defined in the local environment.</para> @@ -797,7 +797,7 @@ pkg-1.0.2 New generation package manag <command>pkg add</command>, see pkg-add(8).</para> <para>Additional binary packages can be installed with - <command>pkg install</command>. For example, to install + <command>pkg install</command>. For example, to install <application>curl</application>:</para> <screen>&prompt.root; <userinput>pkg install curl</userinput> @@ -855,8 +855,8 @@ Deleting curl-7.24.0_1... done</screen> be used to identify package versions.</para> <para>Packages can be upgraded to newer versions with - <application>pkgng</application>. Suppose a new version of - <application>curl</application> has been released. The + <application>pkgng</application>. Suppose a new version of + <application>curl</application> has been released. The local package can be upgraded to the new version:</para> <screen>&prompt.root; <userinput>pkg upgrade</userinput>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211161609.qAGG9hkC019908>