diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-05-01 07:28:17 +1200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-05-07 15:30:14 +1200 |
| commit | d396c1772998db4ea9e4ad8850420f03bf08dba1 (patch) | |
| tree | c6120d4d79ec2e41d3884deb8a42ace89bd76639 /man7 | |
| parent | 6cfe62252de1e11ed520dde6ebcfb96ec234e36d (diff) | |
| download | man-pages-d396c1772998db4ea9e4ad8850420f03bf08dba1.tar.gz | |
signal.7: Comment out crufty BUGS text on SIGLOST
It must be a very long time since the statement there
about SIGLOST was true. (The text seems to date back to
1996.)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/signal.7 | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/man7/signal.7 b/man7/signal.7 index 57fb4033c5..f2d06afdd3 100644 --- a/man7/signal.7 +++ b/man7/signal.7 @@ -833,15 +833,16 @@ Linux 2.4 and earlier: .RE .SH "CONFORMING TO" POSIX.1, except as noted. -.SH BUGS -.B SIGIO -and -.B SIGLOST -have the same value. -The latter is commented out in the kernel source, but -the build process of some software still thinks that -signal 29 is -.BR SIGLOST . +.\" It must be a *very* long time since this was true: +.\" .SH BUGS +.\" .B SIGIO +.\" and +.\" .B SIGLOST +.\" have the same value. +.\" The latter is commented out in the kernel source, but +.\" the build process of some software still thinks that +.\" signal 29 is +.\" .BR SIGLOST . .SH "SEE ALSO" .BR kill (1), .BR getrlimit (2), |
