svn commit: r46668 - head/en_US.ISO8859-1/books/porters-handbook/plist

Mathieu Arnold mat at FreeBSD.org
Fri May 8 10:41:19 UTC 2015


Author: mat
Date: Fri May  8 10:41:18 2015
New Revision: 46668
URL: https://svnweb.freebsd.org/changeset/doc/46668

Log:
  The ©info keyword should not be used manually.
  
  Differential Revision:	https://reviews.freebsd.org/D2479
  Approved by:	gjb (mentor)
  Sponsored by:	Absolight

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml	Thu May  7 17:12:42 2015	(r46667)
+++ head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml	Fri May  8 10:41:18 2015	(r46668)
@@ -354,7 +354,9 @@ etc/orbit.conf-dist
       <para>Add the file passed as argument to the plist, and updates
 	the info document index on installation and deinstallation.
 	Additionally, it removes the index if empty on
-	deinstallation.</para>
+	deinstallation.  This should never be used manually, but
+	always through <varname>INFO</varname>.  See <xref
+	  linkend="makefile-info"/> for more informations.</para>
     </sect2>
 
     <sect2 xml:id="plist-keywords-kld">


More information about the svn-doc-head mailing list