/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to mandos.conf.xml

  • Committer: Teddy Hogeborn
  • Date: 2008-08-30 19:49:24 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080830194924-f4liqq8wxajlbshn
* plugin-runner.xml (NAME): Improved wording.
  (SYNOPSIS): Use <option> and <replaceable> tags.  Unify short and
              long options.  Add "--global-envs" and "--envs-for"
              options.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<!ENTITY VERSION "1.0">
5
5
<!ENTITY CONFNAME "mandos.conf">
6
6
<!ENTITY CONFPATH "<filename>/etc/mandos/mandos.conf</filename>">
7
 
<!ENTITY TIMESTAMP "2008-08-29">
 
7
<!ENTITY TIMESTAMP "2008-08-30">
8
8
]>
9
9
 
10
10
<refentry xmlns:xi="http://www.w3.org/2001/XInclude">
73
73
  </refnamediv>
74
74
 
75
75
  <refsynopsisdiv>
76
 
    <synopsis>
77
 
      &CONFPATH;
78
 
    </synopsis>
 
76
    <synopsis>&CONFPATH;</synopsis>
79
77
  </refsynopsisdiv>
80
78
 
81
79
  <refsect1 id="description">
102
100
    
103
101
    <variablelist>
104
102
      <varlistentry>
105
 
        <term><varname>interface</varname></term>
 
103
        <term><option>interface<literal> = </literal><replaceable
 
104
        >NAME</replaceable></option></term>
106
105
        <listitem>
107
 
          <synopsis><literal>interface = </literal><replaceable
108
 
          >NAME</replaceable>
109
 
          </synopsis>
110
106
          <xi:include href="mandos-options.xml" xpointer="interface"/>
111
107
        </listitem>
112
108
      </varlistentry>
113
109
 
114
110
      <varlistentry>
115
 
        <term><varname>address</varname></term>
 
111
        <term><option>address<literal> = </literal><replaceable
 
112
          >ADDRESS</replaceable></option></term>
116
113
        <listitem>
117
 
          <synopsis><literal>address = </literal><replaceable
118
 
          >ADDRESS</replaceable>
119
 
          </synopsis>
120
114
          <xi:include href="mandos-options.xml" xpointer="address"/>
121
115
        </listitem>
122
116
      </varlistentry>
123
117
 
124
118
      <varlistentry>
125
 
        <term><varname>port</varname></term>
 
119
        <term><option>port<literal> = </literal><replaceable
 
120
        >NUMBER</replaceable></option></term>
126
121
        <listitem>
127
 
          <synopsis><literal>port = </literal><replaceable
128
 
          >NUMBER</replaceable>
129
 
          </synopsis>
130
122
          <xi:include href="mandos-options.xml" xpointer="port"/>
131
123
        </listitem>
132
124
      </varlistentry>
133
125
 
134
126
      <varlistentry>
135
 
        <term><varname>debug</varname></term>
136
 
        <listitem>
137
 
          <synopsis><literal>debug = </literal>{ <literal
 
127
        <term><option>debug<literal> = </literal>{ <literal
138
128
          >1</literal> | <literal>yes</literal> | <literal
139
129
          >true</literal> | <literal>on</literal> | <literal
140
130
          >0</literal> | <literal>no</literal> | <literal
141
 
          >false</literal> | <literal>off</literal> }
142
 
          </synopsis>
 
131
          >false</literal> | <literal>off</literal> }</option></term>
 
132
        <listitem>
143
133
          <xi:include href="mandos-options.xml" xpointer="debug"/>
144
134
        </listitem>
145
135
      </varlistentry>
146
136
 
147
137
      <varlistentry>
148
 
        <term><varname>priority</varname></term>
 
138
        <term><option>priority<literal> = </literal><replaceable
 
139
        >STRING</replaceable></option></term>
149
140
        <listitem>
150
 
          <synopsis><literal>priority = </literal><replaceable
151
 
          >STRING</replaceable>
152
 
          </synopsis>
153
141
          <xi:include href="mandos-options.xml" xpointer="priority"/>
154
142
        </listitem>
155
143
      </varlistentry>
156
144
 
157
145
      <varlistentry>
158
 
        <term><varname>servicename</varname></term>
 
146
        <term><option>servicename<literal> = </literal
 
147
        ><replaceable>NAME</replaceable></option></term>
159
148
        <listitem>
160
 
          <synopsis><literal>servicename = </literal><replaceable
161
 
          >NAME</replaceable>
162
 
          </synopsis>
163
149
          <xi:include href="mandos-options.xml"
164
150
                      xpointer="servicename"/>
165
151
        </listitem>
214
200
  <refsect1 id="see_also">
215
201
    <title>SEE ALSO</title>
216
202
    <para>
217
 
      <citerefentry>
218
 
        <refentrytitle>mandos</refentrytitle>
219
 
        <manvolnum>8</manvolnum></citerefentry>, <citerefentry>
220
 
        <refentrytitle>mandos-clients.conf</refentrytitle>
221
 
        <manvolnum>5</manvolnum></citerefentry>, <citerefentry>
222
 
        <refentrytitle>gnutls_priority_init</refentrytitle>
223
 
        <manvolnum>3</manvolnum></citerefentry>
 
203
      <citerefentry><refentrytitle>gnutls_priority_init</refentrytitle
 
204
      ><manvolnum>3</manvolnum></citerefentry>,
 
205
      <citerefentry><refentrytitle>mandos</refentrytitle>
 
206
      <manvolnum>8</manvolnum></citerefentry>,
 
207
      <citerefentry><refentrytitle>mandos-clients.conf</refentrytitle>
 
208
      <manvolnum>5</manvolnum></citerefentry>
224
209
    </para>
225
210
 
226
211
    <variablelist>