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:
Daniel Thayer 2012-06-13 12:21:16 -05:00
parent 1f60c3db07
commit b66b022be0

View file

@ -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.