diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2022-09-27 08:49:04 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2022-09-27 08:49:04 +0000 |
commit | 351aae58f2c73749a12e2b19cbb447614a2ee3ff (patch) | |
tree | 4325cde68d00aaaa43731783b0c6af126ac6ca0b /doc/libstddjb/alarm.html | |
parent | 61b4199fe43e94d6753290a62eb45363503e0deb (diff) | |
download | skalibs-351aae58f2c73749a12e2b19cbb447614a2ee3ff.tar.xz |
Doc fixes: remove _t from skalibs types
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/libstddjb/alarm.html')
-rw-r--r-- | doc/libstddjb/alarm.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/libstddjb/alarm.html b/doc/libstddjb/alarm.html index a6cc748..cf673f6 100644 --- a/doc/libstddjb/alarm.html +++ b/doc/libstddjb/alarm.html @@ -54,17 +54,17 @@ Returns 1 on success and 0 (and sets errno) on failure. </p> <p> -<code> int alarm_timeout (tain_t const *tto) </code> <br /> +<code> int alarm_timeout (tain const *tto) </code> <br /> Sets a fuse that will raise a SIGALRM after some amount of time has passed. The amount of time is described in *<em>tto</em>, which is a relative -<a href="tai.html">tain_t</a>, i.e. a structure containing +<a href="tai.html">tain</a>, i.e. a structure containing a relative TAIN64 time. Returns 1 on success and 0 (and sets errno) on failure. </p> <p> -<code> int alarm_deadline (tain_t const *deadline) </code> <br /> +<code> int alarm_deadline (tain const *deadline) </code> <br /> Sets a fuse that will raise a SIGALRM when the clock reaches *<em>deadline</em>, which is an absolute time expressed in <a href="tai.html">TAI64N</a> format. |