aboutsummaryrefslogtreecommitdiff
path: root/doc/wydawca.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/wydawca.texi')
-rw-r--r--doc/wydawca.texi40
1 files changed, 15 insertions, 25 deletions
diff --git a/doc/wydawca.texi b/doc/wydawca.texi
index 72bf14f..1a75b7c 100644
--- a/doc/wydawca.texi
+++ b/doc/wydawca.texi
@@ -31,7 +31,7 @@ Published by the Free Software Foundation,
51 Franklin Street, Fifth Floor
Boston, MA 02110-1301, USA
-Copyright @copyright{} 2007, 2009--2015, 2017, 2019--2021 Sergey
+Copyright @copyright{} 2007, 2009--2015, 2017, 2019--2022 Sergey
Poznyakoff
Permission is granted to copy, distribute and/or modify this document
@@ -2396,7 +2396,7 @@ Load the module @var{name} from @var{file}. Other places of the
configuration file can refer to the module as @var{name}.
The @var{file} argument is a file name of the module (normally, a
-@samp{file.so} or @samp{file.la} file).
+@samp{file.so} file).
@end deffn
Unless @var{file} in the @samp{module} statement is an absolute
@@ -2415,29 +2415,6 @@ Optional @dfn{prefix} search directories specified by the
@item
Additional search directories specified by the @command{module-load-path}
directive (see below).
-
-@item
-The value of the environment variable @env{LTDL_LIBRARY_PATH}.
-
-@item
-The system dependent library search path (e.g. on GNU/Linux it is
-defined by the file @file{/etc/ld.so.conf} and the environment variable
-@env{LD_LIBRARY_PATH}).
-@end enumerate
-
-The value of @env{LTDL_LIBRARY_PATH} and @env{LD_LIBRARY_PATH} must be a
-colon-separated list of absolute directory names, for example
-@samp{/usr/lib/mypkg:/lib/foo}.
-
-In any of these directories, @command{wydawca} first attempts to find
-and load the given filename. If this fails, it tries to append the following
-suffixes to it:
-
-@enumerate 1
-@item the libtool archive suffix: @samp{.la}
-
-@item the suffix used for native dynamic libraries on the host platform,
-e.g., @samp{.so}, @samp{.sl}, etc.
@end enumerate
The statements that modify the module search path are:
@@ -3615,6 +3592,19 @@ exit with code 0, if the syntax is OK, and with code 1 otherwise.
@xref{lint, The @option{--lint} option}.
+@opsummary{max-severity}
+@item --max-severity=@var{s}
+@itemx -l @var{s}
+Instructs @command{wydawca} to log only messages with the specified or
+more important @dfn{severity}. Log severities in order of increasing
+importance are: @code{DEBUG}, @code{INFO}, @code{NOTICE},
+@code{WARNING}, @code{ERR}, @code{CRIT}, @code{ALERT}, @code{EMERG},
+or their lower-case equivalents. Default is @code{DEBUG}, i.e. log
+all messages.
+
+Notice, that independenty of this setting, debug messages are
+generated only if requested by the @option{--debug} option (@pxref{debug}).
+
@opsummary{module-help}
@item --module-help=@var{file}
Loads module @var{file} (@pxref{modules}) and displays help about its

Return to:

Send suggestions and report system problems to the System administrator.