diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-19 04:30:20 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-19 04:30:20 +0000 |
| commit | 2b2581ee37f080c0a95d20aedecd5cb04e81ef4a (patch) | |
| tree | 4ce1a3bcc3cd8793e50f48abba8eab04c8e7ea07 /man3/sigvec.3 | |
| parent | 2dd578fd5b80cbfe5892b200633aa1442c4ac674 (diff) | |
| download | man-pages-2b2581ee37f080c0a95d20aedecd5cb04e81ef4a.tar.gz | |
Fix inconsistencies in order of .SH sections
Diffstat (limited to 'man3/sigvec.3')
| -rw-r--r-- | man3/sigvec.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man3/sigvec.3 b/man3/sigvec.3 index af095b3d1c..30aa0e6afd 100644 --- a/man3/sigvec.3 +++ b/man3/sigvec.3 @@ -205,6 +205,12 @@ See the ERRORS under .BR sigaction (2) and .BR sigprocmask (2). +.SH "CONFORMING TO" +All of these functions were in +4.3BSD, except +.BR siggetmask (), +whose origin is unclear. +These functions are obsolete: do not use them in new programs. .SH NOTES On 4.3BSD, the .BR signal () @@ -230,12 +236,6 @@ but this function has a different argument on the two systems. See .BR sigpause (3) for details. -.SH "CONFORMING TO" -All of these functions were in -4.3BSD, except -.BR siggetmask (), -whose origin is unclear. -These functions are obsolete: do not use them in new programs. .SH "SEE ALSO" .BR kill (2), .BR pause (2), |
