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