diff options
author | 1998-05-13 10:12:24 +0000 | |
---|---|---|
committer | 1998-05-13 10:12:24 +0000 | |
commit | a3e2525714c30199612cf6176d079b87ace2d47e (patch) | |
tree | c85a1155fae28dc6e2f8ede1dacb64f5f7ed4ac4 /lib/libc | |
parent | sync (diff) | |
download | wireguard-openbsd-a3e2525714c30199612cf6176d079b87ace2d47e.tar.xz wireguard-openbsd-a3e2525714c30199612cf6176d079b87ace2d47e.zip |
put the SA_RESTART into the list of flags
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/sigaction.2 | 4 |
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 |