With only the default debug level documented, neither the possible range of the debug levels nor their purpose was apparent. This made it hard to use debug levels. So we add a short description of them. Signed-off-by: Christian Aistleitner <christian@xxxxxxxxxxxxxxxx> --- man5/nscd.conf.5 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man5/nscd.conf.5 b/man5/nscd.conf.5 index 7356bf7..c84d79a 100644 --- a/man5/nscd.conf.5 +++ b/man5/nscd.conf.5 @@ -47,6 +47,10 @@ Specifies name of the file to which debug info should be written. .I value .RS Sets the desired debug level. +0 hides debug info. +1 shows general debug info. +2 additionally shows data in cache dumps. +3 (and above) shows all debug info. The default is 0. .RE .PP -- 1.8.1.5