Update include directive documentation.
Thanks to Pierluigi Rolando for the bugreport.
This commit is contained in:
parent
12201fd854
commit
4a5eb284c9
1 changed files with 3 additions and 1 deletions
|
@ -289,7 +289,9 @@ protocol rip {
|
||||||
|
|
||||||
<p><descrip>
|
<p><descrip>
|
||||||
<tag>include "<m/filename/"</tag>
|
<tag>include "<m/filename/"</tag>
|
||||||
This statement causes inclusion of a new file. The maximal depth is set to 5.
|
This statement causes inclusion of a new file. <m/Filename/ could also
|
||||||
|
be a wildcard. The maximal depth is 5. Note that this statement could be
|
||||||
|
used anywhere in the config file, not just as a top-level option.
|
||||||
|
|
||||||
<tag><label id="dsc-log">log "<m/filename/"|syslog [name <m/name/]|stderr all|{ <m/list of classes/ }</tag>
|
<tag><label id="dsc-log">log "<m/filename/"|syslog [name <m/name/]|stderr all|{ <m/list of classes/ }</tag>
|
||||||
Set logging of messages having the given class (either <cf/all/ or <cf/{
|
Set logging of messages having the given class (either <cf/all/ or <cf/{
|
||||||
|
|
Loading…
Reference in a new issue