aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2004-11-11 14:07:09 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2004-11-11 14:07:09 +0000
commit78f81fc786b80bc8636f45dfee928f1a310b1e8e (patch)
tree7d7fe7a968de992eb9b7c0a476a23cd9907e4a59
parent2c8d1c7d5e1e84e4bfcf9b329dbf9089dd704e5b (diff)
downloadman-pages-78f81fc786b80bc8636f45dfee928f1a310b1e8e.tar.gz
Added sigqueueu(2) to SEE ALSO; changed CONFORMING TO
-rw-r--r--man3/killpg.35
1 files changed, 4 insertions, 1 deletions
diff --git a/man3/killpg.3 b/man3/killpg.3
index 0a477c022b..5cb52b027d 100644
--- a/man3/killpg.3
+++ b/man3/killpg.3
@@ -21,6 +21,8 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" License.
.\" Modified Sat Jul 24 19:04:55 1993 by Rik Faith (faith@cs.unc.edu)
+.\" Modified 2004-11-11, Michael Kerrisk, <mtk-manpages@gmx.net>
+.\"
.TH KILLPG 3 1993-04-04 "GNU" "Linux Programmer's Manual"
.SH NAME
killpg \- send signal to all members of a process group
@@ -66,8 +68,9 @@ superuser.
.B ESRCH
for a process group which does not exist, and
.SH "CONFORMING TO"
-POSIX
+SUSv2, POSIX.1-2001
.SH "SEE ALSO"
.BR kill (2),
.BR signal (2),
+.BR sigqueue (2),
.BR signal (7)