Hi list,
It seems that the User Guide has become inconsistent
jaap@phoenix:~/src/ethereal/ethereal/docbook$ svn update
At revision 14663.
jaap@phoenix:~/src/ethereal/ethereal/docbook$ make clean
rm -rf *.chm *.fo *.hhc *.hhp *.pdf *.validated edg_chm edg_html edg_html_chunked eug_chm eug_html eug_html_chunked htmlhelp.* svn_version.xml
jaap@phoenix:~/src/ethereal/ethereal/docbook$ make
echo -n '<!ENTITY SvnVersion "' > svn_version.xml
svnversion -n . >> svn_version.xml
echo '">' >> svn_version.xml
--- VALIDATING XML ---
"xmllint" --valid --noout user-guide.xml
user-guide.xml:296: element xref: validity error : IDREF attribute linkend references an unknown ID "ChIOFileSetListDialog"
^
user-guide.xml:296: element xref: validity error : IDREF attribute linkend references an unknown ID "ChIOExportCSVDialog"
^
make: *** [eug.validated] Error 4
jaap@phoenix:~/src/ethereal/ethereal/docbook$ grep ChIOFileSetListDialog eug_src/*
eug_src/EUG_chapter_use.xml: discussed further in <xref linkend="ChIOFileSetListDialog"/>).
jaap@phoenix:~/src/ethereal/ethereal/docbook$ grep ChIOExportCSVDialog eug_src/*
eug_src/EUG_chapter_use.xml: <xref linkend="ChIOExportCSVDialog"/>).
jaap@phoenix:~/src/ethereal/ethereal/docbook$