diff --git a/docs/refguide.xml b/docs/refguide.xml index 72f015ce4..8651d944e 100644 --- a/docs/refguide.xml +++ b/docs/refguide.xml @@ -3203,20 +3203,24 @@ overwhelming requests. Specify to only see Warnings and errors printed by Nmap usually go only to - the screen (interactive output), leaving any specified - normal-format output files uncluttered. But when you do want - to see those messages in the normal output file you - specified, add this option. It is useful when you aren't - watching the interactive output or are trying to debug a - problem. The messages will also still appear in interactive - mode. This will not work for most errors related to bad - command-line arguments, as Nmap may not have initialized its - output files yet. In addition, some Nmap error/warning - messages use a different system that does not yet support - this option. An alternative to using this option is + the screen (interactive output), leaving any normal-format + output files (usually specified with ) + uncluttered. When you do want to see those messages in the + normal output file you specified, add this option. It is + useful when you aren't watching the interactive output or + when you want to record errors while debugging a problem. + The error and warning messages will still appear in + interactive mode too. This won't work for most errors + related to bad command-line arguments because Nmap may not + have initialized its output files yet. In addition, some + Nmap error and warning messages use a different system which + does not yet support this option. + + An alternative to is redirecting interactive output (including the standard error - stream) to a file. While most Unix shells make that - approach easy, it can be difficult on Windows. + stream) to a file. Most Unix shells make this + approach easy, though it can be difficult on Windows. +