1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-19 05:59:01 +00:00

Add suggestion of enhancing Ndiff man page

This commit is contained in:
fyodor
2009-07-04 03:08:37 +00:00
parent ae33f827b3
commit 7da44a92ef

View File

@@ -36,6 +36,9 @@ o Device categorization improvements
o Joao is auditing his Lua code to make sure all his variables are o Joao is auditing his Lua code to make sure all his variables are
local where appropriate. [Joao] local where appropriate. [Joao]
o Ndiff man page should be expanded to include sample execution/output
and more fully describe its functionality.
o [NSE] We should document somewhere in scripting.xml the dangers inherent o [NSE] We should document somewhere in scripting.xml the dangers inherent
in global variables and warn people to generally declare them local in global variables and warn people to generally declare them local
instead. We have a long history of bugs caused by non-local instead. We have a long history of bugs caused by non-local