summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-08-13 18:40:57 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-08-13 18:40:57 +0000
commit2e2d0386772004ccfb2994dfe9c02cdaad8a8b95 (patch)
tree39703a3be9277f1184c3610172d041d331b30ca6 /lib/libc
parent71936d097e1aa3956c5ef7d9b83532393915207f (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/siginterrupt.35
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/gen/siginterrupt.3 b/lib/libc/gen/siginterrupt.3
index 46eb8de7e2af..b60540e4e1dd 100644
--- a/lib/libc/gen/siginterrupt.3
+++ b/lib/libc/gen/siginterrupt.3
@@ -52,7 +52,9 @@ they are interrupted by the specified signal
and no data has been transferred yet.
System call restart has been the default behavior since
.Bx 4.2 ,
-and is the default behaviour on
+and is the default behaviour for
+.Xr signal 3
+on
.Tn FreeBSD .
.Pp
If the flag is true (1),
@@ -99,6 +101,7 @@ A \-1 value indicates that an invalid signal number has been supplied.
.Sh SEE ALSO
.Xr sigaction 2 ,
.Xr sigblock 2 ,
+.Xr signal 3 ,
.Xr sigpause 2 ,
.Xr sigsetmask 2 .
.Sh HISTORY