1<!--
2  This file is part of avahi.
3
4  avahi 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  avahi 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 avahi; 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>
38