blob: abd7640ade49c59ef9ffda9373db71c275ab4883 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
<!ENTITY dhfirstname "<firstname>fname</firstname>">
<!ENTITY dhsurname "<surname>Surname</surname>">
<!ENTITY dhemail "<email>email@1.com</email>">
<!ENTITY dhuemail "<email>email@2.com</email>">
<!ENTITY dhusername "Jane Doe">
<!ENTITY dhuusername "John Doe">
]>
<refentry>
<refentryinfo>
<address>
&dhemail; and &dhuemail;
</address>
<author>
&dhfirstname;
&dhsurname;
<!--
and
&dhufirstname;
&dhusurname; -->
</author>
<copyright>
<year>2004, 2007</year>
<holder>&dhusername; and &dhuusername;</holder>
</copyright>
</refentryinfo>
<refnamediv>
<refname>test</refname>
<refpurpose>test refentry</refpurpose>
</refnamediv>
<refsect1>
<title>refsect1</title>
<para>Help Options:</para>
<variablelist>
<varlistentry>
<term><option>-?</option> <option>--help</option></term>
<listitem>
<para>Show help options.</para>
</listitem>
</varlistentry>
</variablelist>
<para>Test test1 test2
test3
test4.</para>
<para>
Test test1 test2 test3 test4.
</para>
</refsect1>
</refentry>
|