summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-12-15 23:23:17 +0000
committermpp <mpp@FreeBSD.org>1996-12-15 23:23:17 +0000
commit77a293a8d3ea794bc8b0107c9b0362b543471cd3 (patch)
tree3d1d45b51b1e98c71c67c5ecc558613e130bee3a
parentb9bbd2b94c2b1721a1a1dabea4d7bb52be38c591 (diff)
downloadFreeBSD-src-77a293a8d3ea794bc8b0107c9b0362b543471cd3.zip
FreeBSD-src-77a293a8d3ea794bc8b0107c9b0362b543471cd3.tar.gz
Mention FreeBSD explicitly along with 4.2BSD so that the
reader will know that this information does apply to FreeBSD also. Closes PR# 1618. This can go into 2.2.
-rw-r--r--lib/libc/gen/siginterrupt.36
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/gen/siginterrupt.3 b/lib/libc/gen/siginterrupt.3
index 1dadb28..46eb8de 100644
--- a/lib/libc/gen/siginterrupt.3
+++ b/lib/libc/gen/siginterrupt.3
@@ -50,8 +50,10 @@ behavior when a system call is interrupted by the specified signal.
If the flag is false (0), then system calls will be restarted if
they are interrupted by the specified signal
and no data has been transferred yet.
-System call restart is the default behavior on
-.Bx 4.2 .
+System call restart has been the default behavior since
+.Bx 4.2 ,
+and is the default behaviour on
+.Tn FreeBSD .
.Pp
If the flag is true (1),
then restarting of system calls is disabled.
OpenPOWER on IntegriCloud