Fixes max include depth in documentation.
Thanks to Artyom Gavrichenkov for the patch.
This commit is contained in:
parent
9eceab33f9
commit
9d5960cfa5
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ protocol rip {
|
||||||
<p><descrip>
|
<p><descrip>
|
||||||
<tag>include "<m/filename/"</tag>
|
<tag>include "<m/filename/"</tag>
|
||||||
This statement causes inclusion of a new file. <m/Filename/ could also
|
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
|
be a wildcard. The maximal depth is 8. Note that this statement could be
|
||||||
used anywhere in the config file, not just as a top-level option.
|
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>
|
||||||
|
|
Loading…
Reference in a new issue