diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-11-19 11:44:17 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-11-19 11:44:17 +0100 |
commit | a4644ed6ab32c098b755bdac03498634b2794409 (patch) | |
tree | 6b705b7ad27b61a9416d711e6c9fb3127aa1e612 /doc/bird.sgml | |
parent | 3f9b7bfe9ff050430a5886b22a5ab11b5f253048 (diff) | |
download | bird-a4644ed6ab32c098b755bdac03498634b2794409.tar bird-a4644ed6ab32c098b755bdac03498634b2794409.zip |
Implement option to exit after config file parsing.
Diffstat (limited to 'doc/bird.sgml')
-rw-r--r-- | doc/bird.sgml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index db9a747..4b72ac6 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -129,7 +129,10 @@ options. The most important ones are: enable debug messages and run bird in foreground. <tag>-D <m/filename of debug log/</tag> - log debugging information to given file instead of stderr + log debugging information to given file instead of stderr. + + <tag>-p</tag> + just parse the config file and exit. <tag>-s <m/name of communication socket/</tag> use given filename for a socket for communications with the client, default is <it/prefix/<file>/var/run/bird.ctl</file>. |