- Fix whitspaces/cleanup

Approved by:	jkois (mentor)
This commit is contained in:
Martin Wilke 2008-03-25 18:50:19 +00:00
parent f98976ae88
commit f80350c289
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=31741

View file

@ -144,7 +144,7 @@
<itemizedlist>
<title>Package Benefits</title>
<listitem>
<para>A compressed package tarball is typically smaller than
the compressed tarball containing the source code for the
@ -168,7 +168,7 @@
<itemizedlist>
<title>Ports Benefits</title>
<listitem>
<para>Packages are normally compiled with conservative options,
because they have to run on the maximum number of systems. By
@ -349,7 +349,7 @@ R-deps: </screen>
you are looking for.</para>
<para>In both of these cases, the search string is case-insensitive.
Searching for <quote>LSOF</quote> will yield the same results as
Searching for <quote>LSOF</quote> will yield the same results as
searching for <quote>lsof</quote>.</para>
</listitem>
@ -357,7 +357,7 @@ R-deps: </screen>
</sect1>
<sect1 id="packages-using">
<sect1info>
<sect1info>
<authorgroup>
<author>
<firstname>Chern</firstname>
@ -376,7 +376,7 @@ R-deps: </screen>
<primary>packages</primary>
<secondary>installing</secondary>
</indexterm>
<indexterm>
<primary><command>pkg_add</command></primary>
</indexterm>
@ -487,7 +487,7 @@ local: lsof-4.56.4.tgz remote: lsof-4.56.4.tgz
<primary>packages</primary>
<secondary>managing</secondary>
</indexterm>
<para>&man.pkg.info.1; is a utility that lists and describes
<para>&man.pkg.info.1; is a utility that lists and describes
the various packages installed.
</para>
@ -499,9 +499,9 @@ cvsup-16.1 A general network file distribution system optimized for CV
docbook-1.2 Meta-port for the different versions of the DocBook DTD
...</screen>
<para>&man.pkg.version.1; is a utility that summarizes the
versions of all installed packages. It compares the package
versions of all installed packages. It compares the package
version to the current version found in the ports tree.
</para>
</para>
<indexterm>
<primary><command>pkg_version</command></primary>
</indexterm>
@ -529,7 +529,7 @@ docbook =
installed package matches the one found in the
local ports tree.</entry>
</row>
<row><entry>&lt;</entry>
<entry>The installed version is older than the one available
in the ports tree.</entry>
@ -587,14 +587,14 @@ docbook =
<sect2>
<title>Miscellaneous</title>
<para>All package information is stored within the
<para>All package information is stored within the
<filename>/var/db/pkg</filename> directory. The installed
file list and descriptions of each package can be found within
file list and descriptions of each package can be found within
files in this directory.
</para>
</sect2>
</sect1>
<sect1 id="ports-using">
<title>Using the Ports Collection</title>
@ -627,10 +627,10 @@ docbook =
<link linkend="cvsup">Using CVSup</link>.</para>
<note>
<para>The implementation of <application>CVSup</application> protocol included with the &os;
system is called <application>csup</application>. It first
appeared in &os; 6.2. Users of older &os; releases can install it
via the <filename role="package">net/csup</filename>
<para>The implementation of <application>CVSup</application> protocol
included with the &os; system is called <application>csup</application>.
It first appeared in &os; 6.2. Users of older &os; releases can install
it via the <filename role="package">net/csup</filename>
port/package.</para>
</note>
@ -836,7 +836,7 @@ docbook =
verify that files have not been corrupted during the
download.</para>
</listitem>
<listitem>
<para>A <filename>files</filename> directory. This
directory contains patches to make the program compile and
@ -856,7 +856,7 @@ docbook =
<para>A <filename>pkg-descr</filename> file. This is a more
detailed, often multiple-line, description of the program.</para>
</listitem>
<listitem>
<para>A <filename>pkg-plist</filename> file. This is a list
of all the files that will be installed by the port. It
@ -956,13 +956,13 @@ docbook =
===&gt; Generating temporary packing list
===&gt; Compressing manual pages for lsof-4.57
===&gt; Registering installation for lsof-4.57
===&gt; SECURITY NOTE:
===&gt; SECURITY NOTE:
This port has installed the following binaries which execute with
increased privileges.
&prompt.root;</screen>
<para>Once you are returned to your prompt, you should be able to
run the application you just installed. Since
run the application you just installed. Since
<command>lsof</command> is a
program that runs with increased privileges, a security
warning is shown. During the building and installation of
@ -1150,8 +1150,8 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ fetch</userinput></screen>
</indexterm>
<para>Now that you know how to install ports, you are probably
wondering how to remove them, just in case you install one and
later on decide that you installed the wrong port.
We will remove our previous example (which was
later on decide that you installed the wrong port.
We will remove our previous example (which was
<command>lsof</command> for
those of you not paying attention). Ports are being removed exactly
the same as the packages (discussed in the <link
@ -1319,7 +1319,7 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ fetch</userinput></screen>
</listitem>
</itemizedlist>
<para>You can list all the installed ports and search
<para>You can list all the installed ports and search
for updates using the <option>-L</option> option:</para>
<screen>&prompt.root; <userinput>portmaster -L</userinput>
@ -1470,7 +1470,7 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ fetch</userinput></screen>
be listed in the output from</para>
<screen>&prompt.root; <userinput>pkg_info <replaceable>foopackage-1.0.0</replaceable></userinput></screen>
<para>A <literal>WWW:</literal> line, if present, should provide a URL
for the application's web site.</para>
</listitem>