summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/sleep.3
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-08-12 19:28:07 +0000
committerache <ache@FreeBSD.org>1997-08-12 19:28:07 +0000
commitb4d5f4ee839779a4005fd6ce4d69987b5b616dca (patch)
tree9f115f3ce3178c24d44e33c652b7676ec8dd1f48 /lib/libc/gen/sleep.3
parentf9a8aa567ee01aa0b4cc41b2b6d6c509562ef435 (diff)
downloadFreeBSD-src-b4d5f4ee839779a4005fd6ce4d69987b5b616dca.zip
FreeBSD-src-b4d5f4ee839779a4005fd6ce4d69987b5b616dca.tar.gz
Reflect blocked SIGALRM changes
Diffstat (limited to 'lib/libc/gen/sleep.3')
-rw-r--r--lib/libc/gen/sleep.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/sleep.3 b/lib/libc/gen/sleep.3
index 22a0ab5..6b3d23f 100644
--- a/lib/libc/gen/sleep.3
+++ b/lib/libc/gen/sleep.3
@@ -67,8 +67,8 @@ This function is implemented using
by pausing for
.Fa seconds
of time or until any signal occurse.
-For compatibility reasons SIGALRM signal unblocked and handled
-internally during
+For compatibility reasons SIGALRM signal handled internally
+(if not blocked) during
.Fn sleep
call.
.Sh RETURN VALUES
OpenPOWER on IntegriCloud