Documentation

- Added not about debug value propagation.
This commit is contained in:
Paul Beckingham 2014-10-06 23:13:23 -04:00
parent 8ca096689c
commit d2ca1c498c

View file

@ -450,6 +450,9 @@ debug output can be useful. It can also help explain how the command line is
being parsed, but the information is displayed in a developer-friendly, not a being parsed, but the information is displayed in a developer-friendly, not a
user-friendly way. user-friendly way.
Turning debug on automatically sets debug.hooks=1, debug.parser=1 and debug.tls=2
if they do not already have assigned values.
.TP .TP
.B debug.hooks=0 .B debug.hooks=0
Controls the hook system diagnostic level. Level 0 means no diagnostics. Controls the hook system diagnostic level. Level 0 means no diagnostics.