aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/porters-handbook/special
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-06-01 13:52:40 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-06-01 13:52:40 +0000
commit9fb60737d76efed183d947c8896f4d56bb5f291c (patch)
treec4fc48cc15118f4ed4714710bc4503801389452b /en_US.ISO8859-1/books/porters-handbook/special
parentc94b87f55a2ba974077b722ed7da807878215b14 (diff)
downloaddoc-9fb60737d76efed183d947c8896f4d56bb5f291c.tar.gz
doc-9fb60737d76efed183d947c8896f4d56bb5f291c.zip
Fix broken 'uses-values' links in the Porter's Handbook
The USES chapter sets an xml:id on its title tag but this doesn't seem to generate an anchor. As a consequence there currently are several 'uses-values' xrefs that point to nowhere. This is only really noticeable in the single page HTML version (book.html) of the handbook. PR: 227123 Reported by: 0mp Approved by: mat Differential Revision: https://reviews.freebsd.org/D15642
Notes
Notes: svn path=/head/; revision=51756
Diffstat (limited to 'en_US.ISO8859-1/books/porters-handbook/special')
-rw-r--r--en_US.ISO8859-1/books/porters-handbook/special/chapter.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
index 13c22fddfc..a9ca1dc78f 100644
--- a/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
+++ b/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
@@ -4227,7 +4227,7 @@ USE_PYTHON= autoplist distutils
<para>See the <link
linkend="uses-tcl"><literal>USES=tcl</literal></link> and
<link linkend="uses-tk"><literal>USES=tk</literal></link> of
- <xref linkend="uses-values"/> for a full description of those
+ <xref linkend="uses"/> for a full description of those
variables. A complete list of those variables is available in
<filename>/usr/ports/Mk/Uses/tcl.mk</filename>.</para>
</sect1>
@@ -5015,7 +5015,7 @@ PLIST_SUB+= VERSION="${VER_STR}"
<para>If a specific version of Lua is needed, instructions on
how to select it are given in the <link
linkend="uses-lua"><literal>USES=lua</literal></link> part
- of <xref linkend="uses-values"/>.</para>
+ of <xref linkend="uses"/>.</para>
</sect2>
<sect2 xml:id="lua-defined-variables">