(ITS#5904) - typo

This commit is contained in:
Gavin Henry 2009-02-06 17:17:45 +00:00
parent 39382216e8
commit b58feefe37
3 changed files with 4 additions and 4 deletions

View file

@ -82,7 +82,7 @@ debugging levels are
title="Table 7.1: Debugging Levels"
Level Keyword Description
-1 any enable all debugging
0 (0x0 no) debugging
0 no debugging
1 (0x1 trace) trace function calls
2 (0x2 packets) debug packet handling
4 (0x4 args) heavy trace debugging

View file

@ -178,8 +178,8 @@ or consult the table below. The possible values for <level> are:
title="Table 5.1: Debugging Levels"
Level Keyword Description
-1 any enable all debugging
0 (0x0 no) debugging
1 (0x1 trace) trace function calls
0 no debugging
1 (0x1 trace) trace function callss
2 (0x2 packets) debug packet handling
4 (0x4 args) heavy trace debugging
8 (0x8 conns) connection management

View file

@ -145,7 +145,7 @@ or consult the table below. The possible values for <integer> are:
title="Table 6.1: Debugging Levels"
Level Keyword Description
-1 any enable all debugging
0 (0x0 no) debugging
0 no debugging
1 (0x1 trace) trace function calls
2 (0x2 packets) debug packet handling
4 (0x4 args) heavy trace debugging