summaryrefslogtreecommitdiff
path: root/sysdep/unix
diff options
context:
space:
mode:
authorPavel Tvrdik <pawel.tvrdik@gmail.com>2016-05-12 15:49:44 +0200
committerPavel Tvrdik <pawel.tvrdik@gmail.com>2016-05-12 15:49:44 +0200
commit8e433d6a529a883d566dc1d5a4afe0f1e2750baf (patch)
treed113b293ad18c63698fbff4bbdb3c7474e715b6f /sysdep/unix
parentfff7498d6a54d4bcce4bd56db7ef3fb28be35578 (diff)
Prog Doc: Complete several missing parameters
Diffstat (limited to 'sysdep/unix')
-rw-r--r--sysdep/unix/io.c1
-rw-r--r--sysdep/unix/log.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/sysdep/unix/io.c b/sysdep/unix/io.c
index 82f6c69e..486319ff 100644
--- a/sysdep/unix/io.c
+++ b/sysdep/unix/io.c
@@ -448,6 +448,7 @@ tm_format_reltime(char *x, struct tm *tm, bird_clock_t delta)
/**
* tm_format_datetime - convert date and time to textual representation
* @x: destination buffer of size %TM_DATETIME_BUFFER_SIZE
+ * @fmt_spec: specification of resulting textual representation of the time
* @t: time
*
* This function formats the given relative time value @t to a textual
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