|
From: Mark W. <ma...@so...> - 2020-05-14 11:03:51
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=1922e3622847aa4451b7aee3149f054488734df9 commit 1922e3622847aa4451b7aee3149f054488734df9 Author: Mark Wielaard <ma...@kl...> Date: Wed May 13 23:39:40 2020 +0200 Don't use similar ids for varlistentry in cg-manual and cl-manual. Diff: --- cachegrind/docs/cg-manual.xml | 6 +++--- callgrind/docs/cl-manual.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cachegrind/docs/cg-manual.xml b/cachegrind/docs/cg-manual.xml index 353e1dbc6d..7a44e489f2 100644 --- a/cachegrind/docs/cg-manual.xml +++ b/cachegrind/docs/cg-manual.xml @@ -793,7 +793,7 @@ small differences like these; it works in the same way as <variablelist id="cg.opts.list"> - <varlistentry id="opt.I1" xreflabel="--I1"> + <varlistentry id="cg.opt.I1" xreflabel="--I1"> <term> <option><![CDATA[--I1=<size>,<associativity>,<line size> ]]></option> </term> @@ -803,7 +803,7 @@ small differences like these; it works in the same way as </listitem> </varlistentry> - <varlistentry id="opt.D1" xreflabel="--D1"> + <varlistentry id="cg.opt.D1" xreflabel="--D1"> <term> <option><![CDATA[--D1=<size>,<associativity>,<line size> ]]></option> </term> @@ -813,7 +813,7 @@ small differences like these; it works in the same way as </listitem> </varlistentry> - <varlistentry id="opt.LL" xreflabel="--LL"> + <varlistentry id="cg.opt.LL" xreflabel="--LL"> <term> <option><![CDATA[--LL=<size>,<associativity>,<line size> ]]></option> </term> diff --git a/callgrind/docs/cl-manual.xml b/callgrind/docs/cl-manual.xml index 713c1b7453..67e677ed02 100644 --- a/callgrind/docs/cl-manual.xml +++ b/callgrind/docs/cl-manual.xml @@ -1082,7 +1082,7 @@ Also see <xref linkend="cl-manual.cycles"/>.</para> </listitem> </varlistentry> - <varlistentry id="opt.I1" xreflabel="--I1"> + <varlistentry id="cl.opt.I1" xreflabel="--I1"> <term> <option><![CDATA[--I1=<size>,<associativity>,<line size> ]]></option> </term> @@ -1092,7 +1092,7 @@ Also see <xref linkend="cl-manual.cycles"/>.</para> </listitem> </varlistentry> - <varlistentry id="opt.D1" xreflabel="--D1"> + <varlistentry id="cl.opt.D1" xreflabel="--D1"> <term> <option><![CDATA[--D1=<size>,<associativity>,<line size> ]]></option> </term> @@ -1102,7 +1102,7 @@ Also see <xref linkend="cl-manual.cycles"/>.</para> </listitem> </varlistentry> - <varlistentry id="opt.LL" xreflabel="--LL"> + <varlistentry id="cl.opt.LL" xreflabel="--LL"> <term> <option><![CDATA[--LL=<size>,<associativity>,<line size> ]]></option> </term> |