mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
(ITS#5904) - typo
This commit is contained in:
parent
39382216e8
commit
b58feefe37
3 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue