From 8d8d16ec802725a40df78522eb55e6304e6461f0 Mon Sep 17 00:00:00 2001 From: fyodor Date: Thu, 30 Jun 2011 08:59:30 +0000 Subject: [PATCH] trivial nsedoc change --- scripts/broadcast-novell-locate.nse | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/broadcast-novell-locate.nse b/scripts/broadcast-novell-locate.nse index 93ecd0179..ceab75e96 100644 --- a/scripts/broadcast-novell-locate.nse +++ b/scripts/broadcast-novell-locate.nse @@ -1,5 +1,5 @@ description = [[ -Attempts to use the Service Location Protocol to discover Novell NetWare Core Protocol (NCP) Servers +Attempts to use the Service Location Protocol to discover Novell NetWare Core Protocol (NCP) servers. ]] --- @@ -66,4 +66,4 @@ function action() table.insert(output, addrs) return stdnse.format_output(true, output) -end \ No newline at end of file +end