diff options
author | Martin Mares <mj@ucw.cz> | 2000-06-08 12:37:21 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-06-08 12:37:21 +0000 |
commit | 725270cb1da0672128675924844531e56c6ea64e (patch) | |
tree | 06fcfcd87498d35138a888719a35128df1ed8438 /sysdep/unix/log.c | |
parent | 8d56febe64769c19a06c2c0f3ff121d25eceaa5b (diff) |
Fixes for the programmer's manual.
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 6bbb6445..b13c9415 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> |