svn commit: r53565 - head/en_US.ISO8859-1/htdocs/ports

Li-Wen Hsu lwhsu at FreeBSD.org
Thu Nov 7 13:40:31 UTC 2019


Author: lwhsu (src,ports committer)
Date: Thu Nov  7 13:40:30 2019
New Revision: 53565
URL: https://svnweb.freebsd.org/changeset/doc/53565

Log:
  Really reference pkg-install(8) for `pkg install`
  
  Reviewed by:	bcr
  Approved by:	bcr
  Differential Revision:	https://reviews.freebsd.org/D22273

Modified:
  head/en_US.ISO8859-1/htdocs/ports/index.xml

Modified: head/en_US.ISO8859-1/htdocs/ports/index.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/ports/index.xml	Thu Nov  7 12:32:44 2019	(r53564)
+++ head/en_US.ISO8859-1/htdocs/ports/index.xml	Thu Nov  7 13:40:30 2019	(r53565)
@@ -63,7 +63,7 @@ application and register it with the package system.</
 
 <p>For most ports, a precompiled <tt>package</tt> also exists, saving
 the user the work and time of having to compile anything at all.  Use
-<a href="&base;/cgi/man.cgi?query=pkg"><tt>pkg
+<a href="&base;/cgi/man.cgi?query=pkg-install"><tt>pkg
 install</tt></a> to securely download and install the precompiled
 version of a port.  For more information see <a
 href="&base;/doc/en_US.ISO8859-1/books/handbook/pkgng-intro.html">Using


More information about the svn-doc-head mailing list