From b66b022be0090b1327042953b49b3cbbdc5054f3 Mon Sep 17 00:00:00 2001 From: Daniel Thayer Date: Wed, 13 Jun 2012 12:21:16 -0500 Subject: [PATCH] Fix a warning message When building the docs, a WARNING message was visible. Reworded the doc comment to prevent this warning. --- scripts/base/frameworks/communication/main.bro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/base/frameworks/communication/main.bro b/scripts/base/frameworks/communication/main.bro index b9b15bfd22..ceae357f78 100644 --- a/scripts/base/frameworks/communication/main.bro +++ b/scripts/base/frameworks/communication/main.bro @@ -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.