summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/usleep.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/usleep.3')
-rw-r--r--lib/libc/gen/usleep.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/usleep.3 b/lib/libc/gen/usleep.3
index 997ee76..b5ed4e9 100644
--- a/lib/libc/gen/usleep.3
+++ b/lib/libc/gen/usleep.3
@@ -63,16 +63,16 @@ the sleep time is set to
the remaining clock time.
.Pp
This function is implemented using
-.Xr signanosleep 2
+.Xr nanosleep 2
by pausing for
.Fa microseconds
-of time or until SIGALRM signal occurse (if not blocked).
+of time or until any signal occurse.
.Sh NOTES
.Pp
A microsecond is 0.000001 seconds.
.Sh SEE ALSO
+.Xr nanosleep 2 ,
.Xr setitimer 2 ,
-.Xr signanosleep 2 ,
.Xr alarm 3 ,
.Xr signal 3 ,
.Xr sleep 3 ,
OpenPOWER on IntegriCloud