diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-11-30 17:34:00 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-11-30 17:34:00 +0000 |
commit | ff0a20bc53df7bc8d7e508e1436916ad91bc1e04 (patch) | |
tree | e05993ed9d9c70621d74c096d2ff84d601d722ad | |
parent | 288644ddb19bfdd71d07b3edf0e3eb695f3bae98 (diff) |
Docs: update drweb malware scanner interface description
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index fab44903b..7a65acf15 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -30356,9 +30356,13 @@ av_scanner = cmdline:\ .endd .vitem &%drweb%& .cindex "virus scanners" "DrWeb" -The DrWeb daemon scanner (&url(http://www.sald.com/)) interface takes one -argument, either a full path to a UNIX socket, or an IP address and port -separated by white space, as in these examples: +The DrWeb daemon scanner (&url(http://www.sald.com/)) interface +takes one option, +either a full path to a UNIX socket, +or host and port specifiers separated by white space. +The host may be a name or an IP address; the port is either a +single number or a pair of numbers with a dash between. +For example: .code av_scanner = drweb:/var/run/drwebd.sock av_scanner = drweb:192.168.2.20 31337 |