mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +00:00
Fix a warning message
When building the docs, a WARNING message was visible. Reworded the doc comment to prevent this warning.
This commit is contained in:
parent
1f60c3db07
commit
b66b022be0
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ export {
|
|||
## The communication logging stream identifier.
|
||||
redef enum Log::ID += { LOG };
|
||||
|
||||
## Which interface to listen on (``0.0.0.0`` or ``[::]`` are wildcards).
|
||||
## Which interface to listen on. The addresses ``0.0.0.0`` and ``[::]``
|
||||
## are wildcards.
|
||||
const listen_interface = 0.0.0.0 &redef;
|
||||
|
||||
## Which port to listen on.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue