summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-05-13 10:12:25 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-05-13 10:12:25 +0000
commit60de89b6a4fa5e29c0f959d203e27d0050bcd1d5 (patch)
tree305b877469cd1b43f4fb1d9c2fa49bb2041eacb9 /lib/libc/sys
parent3458fcac43a71d27a86bfeead39df1fbac15a208 (diff)
put the SA_RESTART into the list of flags
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/sigaction.24
1 files changed, 2 insertions, 2 deletions
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