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

  • Committer: Teddy Hogeborn
  • Date: 2008-08-19 23:44:17 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080819234417-8dz5prw19ihrklx6
* Makefile (DOCBOOKTOMAN): Include all DocBook-to-manpage-related
                           commands here, and use it everywhere.
  (mandos.8, mandos.conf.5): New; also depend on "mandos-options.xml".

* mandos-keygen.xml: Removed OVERVIEW entity.  Add XInclude namespace.
  (OVERVIEW): Changed to do <xi:include/>.

* mandos-options.xml (<simplesect>): Changed to a <section>.
  ([@id="address"]): Reordered sentences.

* mandos.conf.xml (OPTIONS): Removed illegal <arg> tags.
  (EXAMPLE): Added empty example.

* mandos.xml (NETWORK PROTOCOL): Bug fix: Changed "1\r\en" back to
                                 "1\r\n".
  (CHECKING): Do not refer to the non-relevant mandos.conf(5) manual.

Show diffs side-by-side

added added

removed removed

Lines of Context:
274
274
        <entry>-><!-- &rarr; --></entry>
275
275
      </row>
276
276
      <row>
277
 
        <entry><quote><literal>1\r\en</literal></quote></entry>
 
277
        <entry><quote><literal>1\r\n</literal></quote></entry>
278
278
        <entry>-><!-- &rarr; --></entry>
279
279
      </row>
280
280
      <row>
310
310
      longer eligible to receive the encrypted password.  The timeout,
311
311
      checker program, and interval between checks can be configured
312
312
      both globally and per client; see <citerefentry>
313
 
      <refentrytitle>mandos.conf</refentrytitle>
314
 
      <manvolnum>5</manvolnum></citerefentry> and <citerefentry>
315
313
      <refentrytitle>mandos-clients.conf</refentrytitle>
316
314
      <manvolnum>5</manvolnum></citerefentry>.
317
315
    </para>
320
318
  <refsect1 id="logging">
321
319
    <title>LOGGING</title>
322
320
    <para>
323
 
      The server will send log messaged with various severity levels
324
 
      to <filename>/dev/log</filename>.  With the
 
321
      The server will send log message with various severity levels to
 
322
      <filename>/dev/log</filename>.  With the
325
323
      <option>--debug</option> option, it will log even more messages,
326
324
      and also show them on the console.
327
325
    </para>
348
346
            <varname>PATH</varname> to search for matching commands if
349
347
            an absolute path is not given.  See <citerefentry>
350
348
            <refentrytitle>sh</refentrytitle><manvolnum>1</manvolnum>
351
 
          </citerefentry>
 
349
            </citerefentry>.
352
350
          </para>
353
351
        </listitem>
354
352
      </varlistentry>