Minor wordsmithing in the Introduction To Ports And Packages section to

try to clarify which is which.
This commit is contained in:
Mark Linimon 2005-09-18 06:24:40 +00:00
parent 57656c33ef
commit f78e2a27a7
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=25688

View file

@ -17,8 +17,9 @@
do before needing to install an additional third-party do before needing to install an additional third-party
application to get real work done. FreeBSD provides two application to get real work done. FreeBSD provides two
complementary technologies for installing third party software complementary technologies for installing third party software
on your system: the FreeBSD Ports Collection, and binary on your system: the FreeBSD Ports Collection (for installing from
software packages. Either system may be used to install the source), and packages (for installing from pre-built binaries).
Either method may be used to install the
newest version of your favorite applications from local media or newest version of your favorite applications from local media or
straight off the network.</para> straight off the network.</para>
@ -29,7 +30,7 @@
<para>How to install third-party binary software packages.</para> <para>How to install third-party binary software packages.</para>
</listitem> </listitem>
<listitem> <listitem>
<para>How to build third-party software from the ports <para>How to build third-party software from source by using the ports
collection.</para> collection.</para>
</listitem> </listitem>
<listitem> <listitem>
@ -43,7 +44,7 @@
<para>How to find the appropriate software package.</para> <para>How to find the appropriate software package.</para>
</listitem> </listitem>
<listitem> <listitem>
<para>How to upgrade your ports.</para> <para>How to upgrade your applications.</para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
</sect1> </sect1>