From 1d77f352ed5d30040abeca087c1996200cfa7f1d Mon Sep 17 00:00:00 2001 From: batrick Date: Sun, 3 Aug 2014 01:19:31 +0000 Subject: [PATCH] Fix doc. --- nselib/nmap.luadoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nselib/nmap.luadoc b/nselib/nmap.luadoc index 34ef77eca..840f6982f 100644 --- a/nselib/nmap.luadoc +++ b/nselib/nmap.luadoc @@ -798,7 +798,7 @@ function ip_close() --- Writes to a log file. -- -- Writes string to file ("stdout" or "stderr"). --- Use stdnse.print_debug to print debug information based on the +-- Use stdnse.debug to print debug information based on the -- debugging level. --- @see stdnse.print_debug +-- @see stdnse.debug function log_write(file, string)