From 351aae58f2c73749a12e2b19cbb447614a2ee3ff Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 27 Sep 2022 08:49:04 +0000 Subject: Doc fixes: remove _t from skalibs types Signed-off-by: Laurent Bercot --- doc/libstddjb/alarm.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/libstddjb/alarm.html') 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.

- int alarm_timeout (tain_t const *tto)
+ int alarm_timeout (tain const *tto)
Sets a fuse that will raise a SIGALRM after some amount of time has passed. The amount of time is described in *tto, which is a relative -tain_t, i.e. a structure containing +tain, i.e. a structure containing a relative TAIN64 time. Returns 1 on success and 0 (and sets errno) on failure.

- int alarm_deadline (tain_t const *deadline)
+ int alarm_deadline (tain const *deadline)
Sets a fuse that will raise a SIGALRM when the clock reaches *deadline, which is an absolute time expressed in TAI64N format. -- cgit v1.2.3