mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Fix one new minor typo in the config framework docs
This commit is contained in:
parent
77bc5da6f9
commit
8fe998c5f7
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ expected to change at runtime, but they cannot be used for values that
|
|||
need to be modified occasionally. While a "redef" allows a
|
||||
re-definition of an already defined constant in Bro, these
|
||||
redefinitions can only be performed when Bro first starts. Afterwards,
|
||||
constants no longer be modified.
|
||||
constants can no longer be modified.
|
||||
|
||||
However, it is clearly desirable to be able to change at runtime many
|
||||
of the configuration options that Bro offers. Having to restart Bro
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue