svn commit: r43758 - head/en_US.ISO8859-1/books/handbook/cutting-edge
Dru Lavigne
dru at FreeBSD.org
Tue Feb 4 14:56:37 UTC 2014
Author: dru
Date: Tue Feb 4 14:56:36 2014
New Revision: 43758
URL: http://svnweb.freebsd.org/changeset/doc/43758
Log:
Chase pkg_ in this chapter.
Sponsored by: iXsystems
Modified:
head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml
Modified: head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml Tue Feb 4 14:52:10 2014 (r43757)
+++ head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml Tue Feb 4 14:56:36 2014 (r43758)
@@ -1210,7 +1210,7 @@ Fetching 133 new ports or files... done.
latest pre-built package of the Hungarian
documentation:</para>
- <screen>&prompt.root; <userinput>pkg_add -r hu-freebsd-doc</userinput></screen>
+ <screen>&prompt.root; <userinput>pkg install hu-freebsd-doc</userinput></screen>
<note>
<para>Packages use a format that differs from the
@@ -2774,9 +2774,9 @@ Script done, …</screen>
<para>To solve these problems, determine which port installed
the library:</para>
- <screen>&prompt.root; <userinput>pkg_info -W /usr/local/lib/libtiff.so</userinput>
+ <screen>&prompt.root; <userinput>pkg which /usr/local/lib/libtiff.so</userinput>
/usr/local/lib/libtiff.so was installed by package tiff-3.9.4
- &prompt.root; <userinput>pkg_info -W /usr/local/lib/libXext.so</userinput>
+ &prompt.root; <userinput>pkg which /usr/local/lib/libXext.so</userinput>
/usr/local/lib/libXext.so was installed by package libXext-1.1.1,1</screen>
<para>Then deinstall, rebuild and reinstall the port.
More information about the svn-doc-all
mailing list