diff options
Diffstat (limited to 'sysdep/unix/log.c')
-rw-r--r-- | sysdep/unix/log.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdep/unix/log.c b/sysdep/unix/log.c index 6bbb644..b13c941 100644 --- a/sysdep/unix/log.c +++ b/sysdep/unix/log.c @@ -10,7 +10,9 @@ * DOC: Logging * * The Logging module offers a simple set of functions for writing - * messages to system logs and to the debug output. + * messages to system logs and to the debug output. Message classes + * used by this module are described in |birdlib.h| and also in the + * user's manual. */ #include <stdio.h> |