aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-08-08 20:50:10 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-08-08 20:50:10 +0000
commit30111b4d38b717b05b4f6da1a5c6477bf904241b (patch)
tree10b5c9031314d96a4ca8bf488494726632c6e6e3 /doc
parent6c781f2ffc80f14529902c036a3ad249903449ee (diff)
downloadanubis-30111b4d38b717b05b4f6da1a5c6477bf904241b.tar.gz
anubis-30111b4d38b717b05b4f6da1a5c6477bf904241b.tar.bz2
(Invoking Anubis): Improved the description of --check-config option.
Diffstat (limited to 'doc')
-rw-r--r--doc/anubis.texi22
1 files changed, 19 insertions, 3 deletions
diff --git a/doc/anubis.texi b/doc/anubis.texi
index a0198dd..cd7ba6d 100644
--- a/doc/anubis.texi
+++ b/doc/anubis.texi
@@ -1747,9 +1747,25 @@ Work noisily.
@item --debug
@itemx -D
Debug mode.
-@item --check-config
-@itemx -c
-Run the configuration file syntax checker.
+@item --check-config[=@var{level}]
+@itemx -c[@var{level}]
+Run the configuration file syntax checker. Optional @var{level}
+specifies the verbosity level. The following levels are allowed:
+
+@table @asis
+@item 0
+Display only errors. This is the default.
+
+@item 1
+Print the syntax tree after parsing the file.
+
+@item 2
+As @samp{1}, but also prints the parser traces.
+
+@item 3
+As @samp{2}, but also prints the lexical analizer traces.
+@end table
+
@item --show-config-options
Print a list of configuration options used to build GNU Anubis.
@item --relax-perm-check

Return to:

Send suggestions and report system problems to the System administrator.