mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
Minor documentation fixes.
This commit is contained in:
parent
b6e6302b40
commit
ff4d624ebe
1 changed files with 5 additions and 5 deletions
|
@ -25,16 +25,16 @@ export {
|
||||||
## input lines will be handled as fatal errors for the
|
## input lines will be handled as fatal errors for the
|
||||||
## reader thread; reading will abort immediately and
|
## reader thread; reading will abort immediately and
|
||||||
## an error will be logged to reporter.log.
|
## an error will be logged to reporter.log.
|
||||||
## Invidivual readers can use a different value using
|
## Individual readers can use a different value using
|
||||||
## the $config table.
|
## the $config table.
|
||||||
## fail_on_invalid_lines = T was the default behavior
|
## fail_on_invalid_lines = T was the default behavior
|
||||||
## untill Bro 2.5.
|
## until Bro 2.6.
|
||||||
const fail_on_invalid_lines = F &redef;
|
const fail_on_invalid_lines = F &redef;
|
||||||
|
|
||||||
## Fail on file read problems. If set to true, the ascii
|
## Fail on file read problems. If set to true, the ascii
|
||||||
## input reader will fail when encountering any problems
|
## input reader will fail when encountering any problems
|
||||||
## while reading a file different from invalid lines.
|
## while reading a file different from invalid lines.
|
||||||
## Examples fur such problems are permission problems, or
|
## Examples of such problems are permission problems, or
|
||||||
## missing files.
|
## missing files.
|
||||||
## When set to false, these problems will be ignored. This
|
## When set to false, these problems will be ignored. This
|
||||||
## has an especially big effect for the REREAD mode, which will
|
## has an especially big effect for the REREAD mode, which will
|
||||||
|
@ -42,9 +42,9 @@ export {
|
||||||
## only temporarily inaccessible. For MANUAL or STREAM files,
|
## only temporarily inaccessible. For MANUAL or STREAM files,
|
||||||
## errors will most likely still be fatal since no automatic
|
## errors will most likely still be fatal since no automatic
|
||||||
## re-reading of the file is attempted.
|
## re-reading of the file is attempted.
|
||||||
## Invidivual readers can use a different value using
|
## Individual readers can use a different value using
|
||||||
## the $config table.
|
## the $config table.
|
||||||
## fail_on_file_problem = T was the default behavior
|
## fail_on_file_problem = T was the default behavior
|
||||||
## untill Bro 2.5.
|
## until Bro 2.6.
|
||||||
const fail_on_file_problem = F &redef;
|
const fail_on_file_problem = F &redef;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue