~binli/ubuntu/vivid/pulseaudio/load-extcon-module

« back to all changes in this revision

Viewing changes to man/xmltoman.dtd

  • Committer: Bin Li
  • Date: 2016-01-23 15:04:48 UTC
  • Revision ID: bin.li@canonical.com-20160123150448-5ockvw4p5xxntda4
init the 1:6.0-0ubuntu9.15 from silo 12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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, see <http://www.gnu.org/licenses/>.
 
16
-->
 
17
 
 
18
<!ELEMENT manpage (synopsis | description | section | options | seealso)*>
 
19
<!ATTLIST manpage name CDATA #REQUIRED section CDATA #REQUIRED desc CDATA #IMPLIED>
 
20
<!ELEMENT arg (#PCDATA)>
 
21
<!ELEMENT p (#PCDATA | arg | url | manref | opt | file )*>
 
22
<!ELEMENT synopsis (cmd | p)+>
 
23
<!ELEMENT description (p)+>
 
24
<!ELEMENT section (p | option)*>
 
25
<!ATTLIST section name CDATA #REQUIRED>
 
26
<!ELEMENT option (#PCDATA | p | optdesc)*>
 
27
<!ELEMENT optdesc (#PCDATA | p )*>
 
28
<!ELEMENT cmd (#PCDATA | arg | opt)*>
 
29
<!ELEMENT options (p | option)*>
 
30
<!ELEMENT seealso (p)*>
 
31
<!ELEMENT opt (#PCDATA)>
 
32
<!ELEMENT file (#PCDATA)>
 
33
<!ELEMENT manref EMPTY>
 
34
<!ATTLIST manref name CDATA #REQUIRED section CDATA #REQUIRED href CDATA #IMPLIED>
 
35
<!ELEMENT url EMPTY>
 
36
<!ATTLIST url href CDATA #REQUIRED>