]> code.delx.au - pulseaudio/blob - man/xmltoman.dtd
pactl: Stop parsing option when the first non-option is encountered
[pulseaudio] / man / xmltoman.dtd
1 <!--
2 This file is part of PulseAudio.
3
4 PulseAudio is free software; you can redistribute it and/or modify it under
5 the terms of the GNU General Public License as published by the Free
6 Software Foundation; either version 2 of the License, or (at your
7 option) any later version.
8
9 PulseAudio is distributed in the hope that it will be useful, but WITHOUT
10 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12 for more details.
13
14 You should have received a copy of the GNU General Public License
15 along with PulseAudio; if not, write to the Free Software Foundation,
16 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
17 -->
18
19 <!ELEMENT manpage (synopsis | description | section | options | seealso)*>
20 <!ATTLIST manpage name CDATA #REQUIRED section CDATA #REQUIRED desc CDATA #IMPLIED>
21 <!ELEMENT arg (#PCDATA)>
22 <!ELEMENT p (#PCDATA | arg | url | manref | opt | file )*>
23 <!ELEMENT synopsis (cmd | p)+>
24 <!ELEMENT description (p)+>
25 <!ELEMENT section (p | option)*>
26 <!ATTLIST section name CDATA #REQUIRED>
27 <!ELEMENT option (#PCDATA | p | optdesc)*>
28 <!ELEMENT optdesc (#PCDATA | p )*>
29 <!ELEMENT cmd (#PCDATA | arg | opt)*>
30 <!ELEMENT options (p | option)*>
31 <!ELEMENT seealso (p)*>
32 <!ELEMENT opt (#PCDATA)>
33 <!ELEMENT file (#PCDATA)>
34 <!ELEMENT manref EMPTY>
35 <!ATTLIST manref name CDATA #REQUIRED section CDATA #REQUIRED href CDATA #IMPLIED>
36 <!ELEMENT url EMPTY>
37 <!ATTLIST url href CDATA #REQUIRED>