Remove more references to pkg_add

Approved by:	bcr
Sponsored by:	ScaleEngine Inc.
CR:		D733
This commit is contained in:
Allan Jude 2014-09-06 20:11:59 +00:00
parent 9a5ba453db
commit 1ababd89b4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45561
2 changed files with 1 additions and 7 deletions
en_US.ISO8859-1/books/handbook
introduction
mirrors

View file

@ -1234,7 +1234,7 @@
space to build the ports you want. Almost every port is also
provided as a pre-compiled <quote>package</quote>, which can
be installed with a simple command
(<command>pkg_add</command>) by those who do not wish to
(<command>pkg install</command>) by those who do not wish to
compile their own ports from source. More information on
packages and ports can be found in
<xref linkend="ports"/>.</para>

View file

@ -473,12 +473,6 @@ Comment out for now until these can be verified.
<application>Subversion</application> can be installed as a
package:</para>
<screen>&prompt.root; <userinput>pkg_add -r subversion</userinput></screen>
<para>If <application>pkgng</application> is being used to
manage packages, <application>Subversion</application> can be
installed with it instead:</para>
<screen>&prompt.root; <userinput>pkg install devel/subversion</userinput></screen>
</sect2>