diff options
author | Pavel Tvrdik <pawel.tvrdik@gmail.com> | 2016-05-12 15:49:44 +0200 |
---|---|---|
committer | Pavel Tvrdik <pawel.tvrdik@gmail.com> | 2016-05-12 15:49:44 +0200 |
commit | 8e433d6a529a883d566dc1d5a4afe0f1e2750baf (patch) | |
tree | d113b293ad18c63698fbff4bbdb3c7474e715b6f /sysdep/unix/log.c | |
parent | fff7498d6a54d4bcce4bd56db7ef3fb28be35578 (diff) |
Prog Doc: Complete several missing parameters
Diffstat (limited to 'sysdep/unix/log.c')
-rw-r--r-- | sysdep/unix/log.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdep/unix/log.c b/sysdep/unix/log.c index b90bbbd2..6665d035 100644 --- a/sysdep/unix/log.c +++ b/sysdep/unix/log.c @@ -89,6 +89,7 @@ static char *class_names[] = { /** * log_commit - commit a log message * @class: message class information (%L_DEBUG to %L_BUG, see |lib/birdlib.h|) + * @buf: message to write * * This function writes a message prepared in the log buffer to the * log file (as specified in the configuration). The log buffer is |