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/io.c | |
parent | fff7498d6a54d4bcce4bd56db7ef3fb28be35578 (diff) |
Prog Doc: Complete several missing parameters
Diffstat (limited to 'sysdep/unix/io.c')
-rw-r--r-- | sysdep/unix/io.c | 1 |
1 files changed, 1 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 |