From 495be781d9ef378b79985a6898c1ed4b898e8f8f Mon Sep 17 00:00:00 2001 From: Mike Pritchard Date: Sun, 15 Dec 1996 23:23:17 +0000 Subject: [PATCH] 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. --- lib/libc/gen/siginterrupt.3 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/libc/gen/siginterrupt.3 b/lib/libc/gen/siginterrupt.3 index 1dadb28bd3d5..46eb8de7e2af 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.