List the SA_RESTART flag rather than burying it in another paragraph.

This commit is contained in:
Peter Wemm 2001-02-14 21:46:07 +00:00
parent 9a5622785c
commit 813ff33601
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72496

View File

@ -206,6 +206,8 @@ not masked during the execution of the handler.
If this bit is set, the handler is reset back to If this bit is set, the handler is reset back to
.Dv SIG_DFL .Dv SIG_DFL
at the moment the signal is delivered. at the moment the signal is delivered.
.It Dv SA_RESTART
See paragraph below.
.It Dv SA_SIGINFO .It Dv SA_SIGINFO
If this bit is set, the handler function is assumed to be pointed to 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 by the sa_sigaction member of struct sigaction and should match the