diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2009-09-15 06:21:21 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2009-09-28 12:46:19 +0200 |
| commit | 3392d76d6fb6538a8784a6c6b9c3d3ac75f3a83f (patch) | |
| tree | 74c56f9e84aee56b2a952da8ab8427521bade5f4 /man2/kill.2 | |
| parent | e8418d6da8261e6fc5c82bc2c4c36e0ffd8a35e9 (diff) | |
| download | man-pages-3392d76d6fb6538a8784a6c6b9c3d3ac75f3a83f.tar.gz | |
kill.2: wfix: add missing word to NOTES
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=543686.
Reported-by: Marc Lehmann <debian-reportbug@plan9.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2/kill.2')
| -rw-r--r-- | man2/kill.2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man2/kill.2 b/man2/kill.2 index 5cfa9a42b0..ad25e676c7 100644 --- a/man2/kill.2 +++ b/man2/kill.2 @@ -41,7 +41,7 @@ .\" Modified 2004-06-24 by aeb .\" Modified, 2004-11-30, after idea from emmanuel.colbus@ensimag.imag.fr .\" -.TH KILL 2 2008-08-29 "Linux" "Linux Programmer's Manual" +.TH KILL 2 2009-09-15 "Linux" "Linux Programmer's Manual" .SH NAME kill \- send signal to a process .SH SYNOPSIS @@ -141,7 +141,8 @@ has it unblocked or is waiting for it in .BR sigwait (3), at least one unblocked signal must be delivered to the sending thread before the -.BR kill (). +.BR kill () +returns. .SS "Linux Notes" Across different kernel versions, Linux has enforced different rules for the permissions required for an unprivileged process |
