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

Eitan Adler eadler at FreeBSD.org
Thu Dec 6 15:51:34 UTC 2012


Author: eadler
Date: Thu Dec  6 15:51:33 2012
New Revision: 40284
URL: http://svnweb.freebsd.org/changeset/doc/40284

Log:
  Don't use the word "Enable" in option descriptions: enabling is obvious
  from the option's existence.
  
  Submitted by:	ak
  Approved by:	bcr (mentor)

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

Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/book.xml	Thu Dec  6 15:20:29 2012	(r40283)
+++ head/en_US.ISO8859-1/books/porters-handbook/book.xml	Thu Dec  6 15:51:33 2012	(r40284)
@@ -3972,7 +3972,7 @@ LIB_DEPENDS=	bar:${PORTSDIR}/foo/bar
 	  <title>Correct Declaration of an Optional Dependency</title>
 
 	  <programlisting>OPTIONS_DEFINE=	BAR
-BAR_DESC=	Enable bar support
+BAR_DESC=	Bar support
 
 .include <bsd.port.options.mk>
 


More information about the svn-doc-all mailing list