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

Mathieu Arnold mat at FreeBSD.org
Fri Nov 3 15:15:01 UTC 2017


Author: mat
Date: Fri Nov  3 15:15:00 2017
New Revision: 51174
URL: https://svnweb.freebsd.org/changeset/doc/51174

Log:
  Spell target in lower case, the target are always lower case.
  
  Sponsored by:	Absolight

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

Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml	Fri Nov  3 15:14:53 2017	(r51173)
+++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml	Fri Nov  3 15:15:00 2017	(r51174)
@@ -6924,9 +6924,9 @@ DOCS_ALL_TARGET=	doc</programlisting>
 
       <sect3 xml:id="options-targets">
 	<title>Additional Build Targets,
-	  <buildtarget><replaceable>TARGET</replaceable>-<replaceable>OPT</replaceable>-on</buildtarget>
+	  <buildtarget><replaceable>target</replaceable>-<replaceable>OPT</replaceable>-on</buildtarget>
 	  and
-	  <buildtarget><replaceable>TARGET</replaceable>-<replaceable>OPT</replaceable>-off</buildtarget></title>
+	  <buildtarget><replaceable>target</replaceable>-<replaceable>OPT</replaceable>-off</buildtarget></title>
 
 	<para>These <filename>Makefile</filename> targets can accept
 	  optional extra build targets:</para>


More information about the svn-doc-all mailing list