diff options
author | peter <peter@FreeBSD.org> | 2001-02-14 21:46:07 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2001-02-14 21:46:07 +0000 |
commit | abdca07e35fabd54bb93be61e66d6eb8785d3528 (patch) | |
tree | 91cb63268ba9343698f700be8716eca872de6950 | |
parent | 65acca06a9e1e55a3a7710ff811df16a9e56f7cc (diff) | |
download | FreeBSD-src-abdca07e35fabd54bb93be61e66d6eb8785d3528.zip FreeBSD-src-abdca07e35fabd54bb93be61e66d6eb8785d3528.tar.gz |
List the SA_RESTART flag rather than burying it in another paragraph.
-rw-r--r-- | lib/libc/sys/sigaction.2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index d0889b4..e35469e 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -206,6 +206,8 @@ not masked during the execution of the handler. If this bit is set, the handler is reset back to .Dv SIG_DFL at the moment the signal is delivered. +.It Dv SA_RESTART +See paragraph below. .It Dv SA_SIGINFO If this bit is set, the handler function is assumed to be pointed to by the sa_sigaction member of struct sigaction and should match the |