/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 plugin-runner.xml

  • Committer: Teddy Hogeborn
  • Date: 2008-08-31 10:27:33 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080831102733-2u083dacxul80ynp
* plugin-runner.xml (OPTIONS): Use <option> tags instead of
                               <literal>.  Split <term> tags into one
                               for each option.  Moved long options
                               before short.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
6
6
<!ENTITY VERSION "1.0">
7
7
<!ENTITY COMMANDNAME "plugin-runner">
8
 
<!ENTITY TIMESTAMP "2008-08-30">
 
8
<!ENTITY TIMESTAMP "2008-08-31">
9
9
]>
10
10
 
11
11
<refentry>
172
172
    <title>OPTIONS</title>
173
173
    <variablelist>
174
174
      <varlistentry>
175
 
        <term><literal>-g</literal>,<literal>--global-options
176
 
        <replaceable>OPTIONS</replaceable></literal></term>
 
175
        <term><option>--global-options
 
176
        <replaceable>OPTIONS</replaceable></option></term>
 
177
        <term><option>-g
 
178
        <replaceable>OPTIONS</replaceable></option></term>
177
179
        <listitem>
178
180
          <para>
179
181
            Global options given to all plugins as additional start
184
186
      </varlistentry>
185
187
 
186
188
      <varlistentry>
187
 
        <term><literal>-o</literal>,<literal> --options-for
188
 
        <replaceable>PLUGIN</replaceable>:<replaceable>OPTION</replaceable>
189
 
        </literal></term>
 
189
        <term><option>--options-for
 
190
        <replaceable>PLUGIN</replaceable><literal>:</literal
 
191
        ><replaceable>OPTION</replaceable></option></term>
 
192
        <term><option>-o
 
193
        <replaceable>PLUGIN</replaceable><literal>:</literal
 
194
        ><replaceable>OPTION</replaceable></option></term>
190
195
        <listitem>
191
196
          <para>
192
197
            Plugin specific options given to the plugin as additional
197
202
      </varlistentry>
198
203
 
199
204
      <varlistentry>
200
 
        <term><literal>-d</literal>,<literal> --disable
201
 
        <replaceable>PLUGIN</replaceable>
202
 
        </literal></term>
 
205
        <term><option> --disable
 
206
        <replaceable>PLUGIN</replaceable></option></term>
 
207
        <term><option>-d
 
208
        <replaceable>PLUGIN</replaceable></option></term>
203
209
        <listitem>
204
210
          <para>
205
211
            Disable a specific plugin
208
214
      </varlistentry>
209
215
 
210
216
      <varlistentry>
211
 
        <term><literal>--groupid <replaceable>ID</replaceable>
212
 
        </literal></term>
 
217
        <term><option>--groupid
 
218
        <replaceable>ID</replaceable></option></term>
213
219
        <listitem>
214
220
          <para>
215
221
            Group ID the plugins will run as
218
224
      </varlistentry>
219
225
 
220
226
      <varlistentry>
221
 
        <term><literal>--userid <replaceable>ID</replaceable>
222
 
        </literal></term>
 
227
        <term><option>--userid
 
228
        <replaceable>ID</replaceable></option></term>
223
229
        <listitem>
224
230
          <para>
225
231
            User ID the plugins will run as
228
234
      </varlistentry>
229
235
 
230
236
      <varlistentry>
231
 
        <term><literal>--plugin-dir <replaceable>DIRECTORY</replaceable>
232
 
        </literal></term>
 
237
        <term><option>--plugin-dir
 
238
        <replaceable>DIRECTORY</replaceable></option></term>
233
239
        <listitem>
234
240
          <para>
235
241
            Specify a different plugin directory
238
244
      </varlistentry>
239
245
      
240
246
      <varlistentry>
241
 
        <term><literal>--debug</literal></term>
 
247
        <term><option>--debug</option></term>
242
248
        <listitem>
243
249
          <para>
244
250
            Debug mode
247
253
      </varlistentry>
248
254
      
249
255
      <varlistentry>
250
 
        <term><literal>-?</literal>, <literal>--help</literal></term>
 
256
        <term><option>--help</option></term>
 
257
        <term><option>-?</option></term>
251
258
        <listitem>
252
259
          <para>
253
260
            Gives a help message
256
263
      </varlistentry>
257
264
      
258
265
      <varlistentry>
259
 
        <term><literal>--usage</literal></term>
 
266
        <term><option>--usage</option></term>
260
267
        <listitem>
261
268
          <para>
262
269
            Gives a short usage message
265
272
      </varlistentry>
266
273
 
267
274
      <varlistentry>
268
 
        <term><literal>-V</literal>, <literal>--version</literal></term>
 
275
        <term><option>--version</option></term>
 
276
        <term><option>-V</option></term>
269
277
        <listitem>
270
278
          <para>
271
279
            Prints the program version