1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
Description: Remove outdated documentation segment
syslog-ng loads modules on-demand the argument is gone.
Origin: Balazs Scheidler
Author: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Last-Update: 2018-12-29
--- syslog-ng-3.19.1.orig/doc/man/syslog-ng.8.xml
+++ syslog-ng-3.19.1/doc/man/syslog-ng.8.xml
@@ -93,20 +93,6 @@
<para>Start syslog-ng in debug mode.</para>
</listitem>
</varlistentry>
- <varlistentry>
- <term>
- <command>--default-modules</command>
- <indexterm type="parameter">
- <primary>--default-modules</primary>
- </indexterm>
- <indexterm type="parameter">
- <primary>default-modules</primary>
- </indexterm>
- </term>
- <listitem>
- <para>A comma-separated list of the modules that are loaded automatically. Modules not loaded automatically can be loaded by including the <parameter>@module <modulename></parameter> statement in the configuration file. The following modules are loaded by default: . Available only in and later.</para>
- </listitem>
- </varlistentry>
<varlistentry>
<term>
<command>--enable-core</command>
@@ -174,7 +160,7 @@
</indexterm>
</term>
<listitem>
- <para>Display the list and description of the available modules. Note that not all of these modules are loaded automatically, only the ones specified in the <command>--default-modules</command> option. Available only in and later.</para>
+ <para>Display the list and description of the available modules. Available only in and later.</para>
</listitem>
</varlistentry>
<varlistentry>
@@ -284,7 +270,7 @@
<indexterm type="parameter"><primary>version</primary></indexterm>
</term>
<listitem>
- <para>Display version number and compilation information, and also the list and short description of the available modules. For detailed description of the available modules, see the <command>--module-registry</command> option. Note that not all of these modules are loaded automatically, only the ones specified in the <command>--default-modules</command> option.</para>
+ <para>Display version number and compilation information, and also the list and short description of the available modules. For detailed description of the available modules, see the <command>--module-registry</command> option.</para>
</listitem>
</varlistentry>
<varlistentry>
|