(Corrected links) |
|||
| Line 145: | Line 145: | ||
<!--T:33--> | <!--T:33--> | ||
| − | :Used inside [[#cmdsynopsis|{{Tag|cmdsynopsis}}]]. Since most KDE applications are &GUI; only, you won't see this very often. See the entry for [[#cmdsynopsis|{{Tag|cmdsynopsis}}]] for a full explanation and example. | + | :Used inside [[Special:myLanguage/Documentation Primer/Manual/DocBook Reference/Synopsis#cmdsynopsis|{{Tag|cmdsynopsis}}]]. Since most KDE applications are &GUI; only, you won't see this very often. See the entry for [[Special:myLanguage/Documentation Primer/Manual/DocBook Reference/Synopsis#cmdsynopsis|{{Tag|cmdsynopsis}}]] for a full explanation and example. |
</translate><span id="group"></span><translate> | </translate><span id="group"></span><translate> | ||
| Line 330: | Line 330: | ||
<!--T:44--> | <!--T:44--> | ||
{{Prevnext2 | {{Prevnext2 | ||
| − | | prevpage=Documentation Primer/Manual/DocBook Reference/Tips | + | | prevpage=Special:myLanguage/Documentation Primer/Manual/DocBook Reference/Tips |
| prevtext=Admonitions - Tips, hints, and Warnings | | prevtext=Admonitions - Tips, hints, and Warnings | ||
| − | | nextpage=Documentation Primer/Manual/DocBook Reference/Programming | + | | nextpage=Special:myLanguage/Documentation Primer/Manual/DocBook Reference/Programming |
| nexttext=Markup for programming | | nexttext=Markup for programming | ||
| − | | index=Documentation Primer/Manual | + | | index=Special:myLanguage/Documentation Primer/Manual |
| indextext=Back to Menu | | indextext=Back to Menu | ||
}} | }} | ||
</translate> | </translate> | ||
<cmdsynopsis>
<cmdsynopsis> <command>more</command> <group choice="opt"><option>-d</option> <option>l</option><option>f</option> <option>p</option><option>c</option> <option>s</option><option>u</option> </group> <arg>-num</arg> <arg>+/ pattern</arg> <arg>+ linenum</arg> <arg rep="repeat"><replaceable>file</replaceable></arg> </cmdsynopsis>
more [-dlfpcsu][-num][+/ pattern][+ linenum][file]
There are several very nice examples in the Duck book at www.docbook.org <funcsynopsis>
<funcsynopsis> <funcprototype> <funcdef>void <function>setFile</function></funcdef> <paramdef>QString <parameter>file</parameter></paramdef> </funcprototype> </funcsynopsis> <funcsynopsis> <funcprototype> <funcdef>void <function>setAutoResize</function></funcdef> <paramdef>bool <parameter><replaceable>val</replaceable></parameter></paramdef> </funcprototype> </funcsynopsis> <funcsynopsis> <funcprototype> <funcdef>QString <function>getVideoCodec</function></funcdef><void/> </funcprototype> </funcsynopsis>
<arg>
<group>
<sbr>
<synopfragment>
<modifier>
<fieldsynopsis>