From 60de89b6a4fa5e29c0f959d203e27d0050bcd1d5 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 13 May 1998 10:12:25 +0000 Subject: put the SA_RESTART into the list of flags --- lib/libc/sys/sigaction.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/sys') diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index 14ea09d4390..8c480a1799d 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -232,8 +232,7 @@ structure is a part of .St -p1003.1b . It provides much more information about the causes and attributes of the signal that is being delivered. -.El -.Pp +.It Dv SA_RESTART If a signal is caught during the system calls listed below, the call may be forced to terminate with the error @@ -262,6 +261,7 @@ or .Xr ioctl 2 . However, calls that have already committed are not restarted, but instead return a partial success (for example, a short read count). +.El .Pp After a .Xr fork 2 -- cgit v1.2.3