From f3d5157564992f1ef9f390b3ce0c7d3706ba0f19 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 4 Oct 2020 01:06:16 +0000 Subject: doc: fix URLs --- doc/libstddjb/alarm.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/libstddjb/alarm.html') diff --git a/doc/libstddjb/alarm.html b/doc/libstddjb/alarm.html index c5d0218..a6cc748 100644 --- a/doc/libstddjb/alarm.html +++ b/doc/libstddjb/alarm.html @@ -29,18 +29,18 @@ and implemented in the libskarnet.a or libskarnet.so library.

alarm is a set of primitives to provide the same functionality as -alarm(), +alarm(), but with sub-second precision.

Depending on the functionality the underlying system provides, the precision can be 1 nanosecond (implementation via -timer_settime(), +timer_settime(), 1 microsecond (implementation via -setitimer(), +setitimer(), or 1 second (fallback implementation with -alarm() +alarm() when nothing better can be found).

-- cgit v1.2.3