aboutsummaryrefslogtreecommitdiffstats
path: root/man7/signal.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-11-04 18:00:02 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-11-04 18:01:28 +0100
commit498aad50990c24319dcc06ff89db4c77d4a3fc9a (patch)
treea6bbfd2a782ba2f874b1fd0fa10b48151bfc2dca /man7/signal.7
parente1988469a644932f388af7a16b1703a04388615d (diff)
downloadman-pages-498aad50990c24319dcc06ff89db4c77d4a3fc9a.tar.gz
kill.2, sigaction.2, signal.2, credentials.7, signal.7: Change section number from 2 to 3 in killpg() references
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/signal.7')
-rw-r--r--man7/signal.74
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/signal.7 b/man7/signal.7
index d91efd62d5..ed2d5714ba 100644
--- a/man7/signal.7
+++ b/man7/signal.7
@@ -114,7 +114,7 @@ Sends a signal to a specified process,
to all members of a specified process group,
or to all processes on the system.
.TP
-.BR killpg (2)
+.BR killpg (3)
Sends a signal to all of the members of a specified process group.
.TP
.BR pthread_kill (3)
@@ -928,7 +928,6 @@ POSIX.1, except as noted.
.BR kill (1),
.BR getrlimit (2),
.BR kill (2),
-.BR killpg (2),
.BR restart_syscall (2),
.BR rt_sigqueueinfo (2),
.BR setitimer (2),
@@ -944,6 +943,7 @@ POSIX.1, except as noted.
.BR sigwaitinfo (2),
.BR abort (3),
.BR bsd_signal (3),
+.BR killpg (3),
.BR longjmp (3),
.BR pthread_sigqueue (3),
.BR raise (3),