From 7da44a92efc7e5a70fbb3d166a59ac26163ef7f7 Mon Sep 17 00:00:00 2001 From: fyodor Date: Sat, 4 Jul 2009 03:08:37 +0000 Subject: [PATCH] Add suggestion of enhancing Ndiff man page --- docs/TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/TODO b/docs/TODO index 656da2aa7..935a11193 100644 --- a/docs/TODO +++ b/docs/TODO @@ -36,6 +36,9 @@ o Device categorization improvements o Joao is auditing his Lua code to make sure all his variables are 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 in global variables and warn people to generally declare them local instead. We have a long history of bugs caused by non-local