]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/program_options/doc/glossary.xml
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / program_options / doc / glossary.xml
1 <?xml version="1.0" standalone="yes"?>
2 <glossary>
3 <title>Glossary</title>
4
5 <glossentry>
6 <glossterm>Token</glossterm>
7 <glossdef>
8 <para>A single whitespace-separated part of
9 command line. In other words, an element of <code>argv</code> array.
10 </para>
11 </glossdef>
12 </glossentry>
13
14 <glossentry>
15 <glossterm>Option</glossterm>
16 <glossdef>
17 <para>No definition yet. Options typically correspond to
18 (name, value) pair. Then can spawn several tokens.
19 </para>
20 </glossdef>
21 </glossentry>
22
23 <glossentry>
24 <glossterm>Argument</glossterm>
25 <glossdef>
26 <para>No definition yet.
27 </para>
28 </glossdef>
29 </glossentry>
30
31 <glossentry>
32 <glossterm>Command line element</glossterm>
33 <glossdef>
34 <para>A complete part of command line. May
35 be either option or argument.
36 </para>
37 </glossdef>
38 </glossentry>
39
40 <glossentry>
41 <glossterm>Parameter</glossterm>
42 <glossdef>
43 <para>The syntactic element which specify value of an
44 option.
45 </para>
46 </glossdef>
47 </glossentry>
48 </glossary>