svn commit: r52135 - head/en_US.ISO8859-1/articles/new-users

Benedict Reuschling bcr at FreeBSD.org
Thu Aug 16 13:24:48 UTC 2018


Author: bcr
Date: Thu Aug 16 13:24:47 2018
New Revision: 52135
URL: https://svnweb.freebsd.org/changeset/doc/52135

Log:
  Replace an instance of pkg_add with pkg add.

Modified:
  head/en_US.ISO8859-1/articles/new-users/article.xml

Modified: head/en_US.ISO8859-1/articles/new-users/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/new-users/article.xml	Thu Aug 16 13:18:30 2018	(r52134)
+++ head/en_US.ISO8859-1/articles/new-users/article.xml	Thu Aug 16 13:24:47 2018	(r52135)
@@ -697,9 +697,9 @@
       probably on your hard drive) and <link xlink:href="&url.base;/index.html">FreeBSD's web site</link>.  A
       wide variety of packages and ports are on the CDROM as well as
       the web site.  The handbook tells you more about how to use them
-      (get the package if it exists, with <command>pkg_add
-      /cdrom/packages/All/<replaceable>packagename</replaceable></command>,
-      where <replaceable>packagename</replaceable> is the filename of
+      (get the package if it exists, with <command>pkg add
+	<replaceable>packagename</replaceable></command>, where
+      <replaceable>packagename</replaceable> is the filename of
       the package).  The CDROM has lists of the packages and ports
       with brief descriptions in
       <filename>cdrom/packages/index</filename>,


More information about the svn-doc-all mailing list