aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-03-12 17:25:22 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2013-03-12 17:25:22 +0200
commitcfa111e835e6467b2ee005f351daaacff2d6bb4c (patch)
treef43dc43b397877d1cbc5c8f92c90243ec60f9b40 /doc
parentaac53277a35cb9f765ba8c460b252f59f7817648 (diff)
downloadwydawca-cfa111e835e6467b2ee005f351daaacff2d6bb4c.tar.gz
wydawca-cfa111e835e6467b2ee005f351daaacff2d6bb4c.tar.bz2
Minor change.
* doc/wydawca.texi: Document the use of -d together with -t. * src/update-2.0.awk: Remove. * src/Makefile.am: Update.
Diffstat (limited to 'doc')
-rw-r--r--doc/wydawca.texi9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/wydawca.texi b/doc/wydawca.texi
index e73a9dc..6a9a8c9 100644
--- a/doc/wydawca.texi
+++ b/doc/wydawca.texi
@@ -488,8 +488,13 @@ reports them on its error output and exits with a non-zero status.
To test the configuration file without starting the server use
@option{--lint} (@option{-t}) command line option. It causes
@command{wydawca} to check configuration file for syntax errors and
-other inconsistencies and to exit with status 0 if no errors were
-detected, and withs status 1 otherwise.
+other inconsistencies. If no errors were detected, the program exits
+with code 0. Otherwise, the exit code is 78.
+
+ Using this option together with @option{-d} (@option{--debug}),
+causes @command{wydawca} to produce a dump of the configuration parse
+tree. Using the @option{-d} option twice prefixes each statement in
+the dump with the file location where it appeared.
@sopindex{E, introduced}
@xopindex{no-preprocessor, introduced}

Return to:

Send suggestions and report system problems to the System administrator.