summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-08-13 18:40:57 +0000
committerache <ache@FreeBSD.org>1997-08-13 18:40:57 +0000
commitcc75a271bab35009c4bb2e3aaa4c81a37c2db9e7 (patch)
tree4b8f99d84c12b9f7086415111e8cf10650703852 /lib
parent54c8d4859c2e3bf296d4f302f6912c3c6b42b63b (diff)
downloadFreeBSD-src-cc75a271bab35009c4bb2e3aaa4c81a37c2db9e7.zip
FreeBSD-src-cc75a271bab35009c4bb2e3aaa4c81a37c2db9e7.tar.gz
Note that default behaviour (restarting signals) is only for signal(3)
Diffstat (limited to 'lib')
-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 46eb8de..b60540e 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
OpenPOWER on IntegriCloud