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)