summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/nslcd.8.xml.in17
-rw-r--r--man/nslcd.conf.5.xml.in18
2 files changed, 0 insertions, 35 deletions
diff --git a/man/nslcd.8.xml.in b/man/nslcd.8.xml.in
index 4e4e521..c31a0d9 100644
--- a/man/nslcd.8.xml.in
+++ b/man/nslcd.8.xml.in
@@ -75,23 +75,6 @@
<command>nslcd</command> accepts the following options:</para>
<variablelist remap="TP">
- <varlistentry id="debug">
- <term>
- <option>-d</option>, <option>--debug</option>
- </term>
- <listitem>
- <para>
- Enable debugging mode.
- <command>nslcd</command> will not put itself in the background and sends
- verbose debugging info to stderr.
- <command>nslcd</command> will handle connections as usual.
- This option is for debugging purposes only.
- Specify this option multiple times to also include more detailed logging
- from the LDAP library.
- </para>
- </listitem>
- </varlistentry>
-
<varlistentry id="help">
<term>
<option>--help</option>
diff --git a/man/nslcd.conf.5.xml.in b/man/nslcd.conf.5.xml.in
index 42b6cfb..8149fd7 100644
--- a/man/nslcd.conf.5.xml.in
+++ b/man/nslcd.conf.5.xml.in
@@ -85,24 +85,6 @@
</listitem>
</varlistentry>
- <varlistentry id="log"> <!-- since 0.9 -->
- <term><option>log</option> <replaceable>LEVEL</replaceable></term>
- <listitem>
- <para>
- This option controls the way logging is done.
- The <replaceable>LEVEL</replaceable> argument specifies
- the log level.
- The log level may be one of: <literal>crit</literal>,
- <literal>error</literal>, <literal>warning</literal>,
- <literal>notice</literal>, <literal>info</literal> or
- <literal>debug</literal>. The default log level is <literal>info</literal>.
- All messages with the specified loglevel or higher are logged.
- This option can be supplied multiple times.
- If this option is omitted <literal>info</literal> is assumed.
- </para>
- </listitem>
- </varlistentry>
-
</variablelist>
</refsect2>