diff --git a/pandora_doc/ChangeLog b/pandora_doc/ChangeLog index 4a392fc3fe..04a6984d86 100644 --- a/pandora_doc/ChangeLog +++ b/pandora_doc/ChangeLog @@ -1,4 +1,12 @@ -2006-09-29 David Villanueva +2006-11-21 Esteban Sanchez + + * en/pandora_install.xml: Changed module_proc explanation and example, + it doesn't need " if the process name has blank spaces. Added a + comment to the ReceivedPackets example. + + * ChangeLog: Fixed the date of the last commmit. + +2006-11-20 David Villanueva * en/pandora_introduction.xml: Changed in Server definition. diff --git a/pandora_doc/en/pandora_install.xml b/pandora_doc/en/pandora_install.xml index 51576a0f7b..035aaa4fb2 100644 --- a/pandora_doc/en/pandora_install.xml +++ b/pandora_doc/en/pandora_install.xml @@ -762,8 +762,11 @@ module_proc process (Win32 Only) - Checks if a given processname is running in this host. Remember - to use " " characters if process name contains blank spaces. + Checks if a given processname is running in this host. If the + process name contains blank spaces do not + use " ". Also notice that the process name must have the + .exe extension. The module will + return the number of process running with this name. module_freedisk drive_letter: (Win32 Only) @@ -1402,11 +1405,13 @@ module_begin module_name Proc_lsass module_type generic_proc - module_proc "lsass.exe" - module_description Proceso LSASS.exe + module_proc lsass.exe + module_description LSASS.exe process. module_end - # Received packets + # Received packets. + # Please notice that "Paquetes recibidos" string must be replaced by + # the correct string in your Windows system language. module_begin module_name ReceivedPackets module_type generic_data