153a5a1b3Sopenharmony_ci<!--
253a5a1b3Sopenharmony_ci  This file is part of PulseAudio.
353a5a1b3Sopenharmony_ci
453a5a1b3Sopenharmony_ci  PulseAudio is free software; you can redistribute it and/or modify it under
553a5a1b3Sopenharmony_ci  the terms of the GNU General Public License as published by the Free
653a5a1b3Sopenharmony_ci  Software Foundation; either version 2 of the License, or (at your
753a5a1b3Sopenharmony_ci  option) any later version.
853a5a1b3Sopenharmony_ci
953a5a1b3Sopenharmony_ci  PulseAudio is distributed in the hope that it will be useful, but WITHOUT
1053a5a1b3Sopenharmony_ci  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1153a5a1b3Sopenharmony_ci  FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
1253a5a1b3Sopenharmony_ci  for more details.
1353a5a1b3Sopenharmony_ci
1453a5a1b3Sopenharmony_ci  You should have received a copy of the GNU General Public License
1553a5a1b3Sopenharmony_ci  along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
1653a5a1b3Sopenharmony_ci-->
1753a5a1b3Sopenharmony_ci
1853a5a1b3Sopenharmony_ci<!ELEMENT manpage (synopsis | description | section | options | seealso)*>
1953a5a1b3Sopenharmony_ci<!ATTLIST manpage name CDATA #REQUIRED section CDATA #REQUIRED desc CDATA #IMPLIED>
2053a5a1b3Sopenharmony_ci<!ELEMENT arg (#PCDATA)>
2153a5a1b3Sopenharmony_ci<!ELEMENT p (#PCDATA | arg | url | manref | opt | file )*>
2253a5a1b3Sopenharmony_ci<!ELEMENT synopsis (cmd | p)+>
2353a5a1b3Sopenharmony_ci<!ELEMENT description (p)+>
2453a5a1b3Sopenharmony_ci<!ELEMENT section (p | option)*>
2553a5a1b3Sopenharmony_ci<!ATTLIST section name CDATA #REQUIRED>
2653a5a1b3Sopenharmony_ci<!ELEMENT option (#PCDATA | p | optdesc)*>
2753a5a1b3Sopenharmony_ci<!ELEMENT optdesc (#PCDATA | p )*>
2853a5a1b3Sopenharmony_ci<!ELEMENT cmd (#PCDATA | arg | opt)*>
2953a5a1b3Sopenharmony_ci<!ELEMENT options (p | option)*>
3053a5a1b3Sopenharmony_ci<!ELEMENT seealso (p)*>
3153a5a1b3Sopenharmony_ci<!ELEMENT opt (#PCDATA)>
3253a5a1b3Sopenharmony_ci<!ELEMENT file (#PCDATA)>
3353a5a1b3Sopenharmony_ci<!ELEMENT manref EMPTY>
3453a5a1b3Sopenharmony_ci<!ATTLIST manref name CDATA #REQUIRED section CDATA #REQUIRED href CDATA #IMPLIED>
3553a5a1b3Sopenharmony_ci<!ELEMENT url EMPTY>
3653a5a1b3Sopenharmony_ci<!ATTLIST url href CDATA #REQUIRED>
37