Another Doc issue



I just discovered another doc issue :)

in gdiskfree.xml and gdiskfree.sgml you have:
<menuchoice>
	<shortcut><keysym>Ctrl-q</keysym>
        </shortcut>
        <guimenuitem>Exit</guimenuitem>
</menuchoice>

read the ASSUMPTIONS file of gnome-db2html2 (I will quote it for you):

DOCBOOK doesn't care about these, but I do.
---------------------------------------------
if you do:
<menuchoice>
 <guimenuitem>Quit</guimenuitem>
 <shortcut>
    <keysym>Ctrl-q</keysym>
 </shortcut>
</menuchoice>

Instead of:

<menuchoice>
 <shortcut>
    <keysym>Ctrl-q</keysym>
 </shortcut>
 <guimenuitem>Quit</guimenuitem>
</menuchoice>
The results are better.
---------------------------------------------
each listitem has one para
---------------------------------------------



so please fix the docs as appropriate (I am CCing gnome-doc-list so people can
listen to this!)




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]