summaryrefslogtreecommitdiff
path: root/test/testdocs/cmdsynopsis.002.xml
blob: 59692c1b5fca4c29cc3f4a1e8c3d0c034e9a3bc1 (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
<?xml version='1.0'?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
          "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<article>
<articleinfo>
<title>Unit test: cmdsynopsis.002</title>
<releaseinfo role="CVS">$Id: cmdsynopsis.002.xml 4056 2004-11-23 13:28:50Z nwalsh $</releaseinfo>
<author><firstname>Adam</firstname><surname>Di Carlo</surname>
        <affiliation><address><email>adam@onshored.com</email></address></affiliation>
</author>
</articleinfo>

  <section>
    <title>Cmdsynopsis Test</title>
    
    <para>Cmdsynopsis test in the context of glossentry follows.</para>

    <glosslist>

      <glossentry>
        <glossterm>
          <cmdsynopsis>
            <command>command</command>
            <arg choice="req">req</arg>
            <arg choice="req" rep="repeat">repeatandreq</arg>
            <arg rep="repeat">repeat</arg>
            <arg>optional</arg>
          </cmdsynopsis>
        </glossterm>
        <glossdef>
          <para>Do black magic.</para>
        </glossdef>
      </glossentry>

    </glosslist>

  </section>

</article>