Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 May 2016 13:12:02 +0000 (UTC)
From:      Warren Block <wblock@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r48835 - head/en_US.ISO8859-1/books/porters-handbook/makefiles
Message-ID:  <201605201312.u4KDC2TE006860@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wblock
Date: Fri May 20 13:12:02 2016
New Revision: 48835
URL: https://svnweb.freebsd.org/changeset/doc/48835

Log:
  Correct copied TARGET-OPTION-on to -off.  Reported by Barnerd in IRC.

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 May 20 12:39:08 2016	(r48834)
+++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml	Fri May 20 13:12:02 2016	(r48835)
@@ -4851,7 +4851,7 @@ DOCS_ALL_TARGET=	doc</programlisting>
 	<title>Additional Build Targets,
 	  <buildtarget><replaceable>TARGET</replaceable>-<replaceable>OPT</replaceable>-on</buildtarget>
 	  and
-	  <buildtarget><replaceable>TARGET</replaceable>-<replaceable>OPT</replaceable>-on</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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605201312.u4KDC2TE006860>