From 498aad50990c24319dcc06ff89db4c77d4a3fc9a Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 4 Nov 2016 18:00:02 +0100 Subject: [PATCH] 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 --- man2/kill.2 | 2 +- man2/sigaction.2 | 2 +- man2/signal.2 | 2 +- man7/credentials.7 | 4 ++-- man7/signal.7 | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/man2/kill.2 b/man2/kill.2 index b7a35fd65a..b71c43861f 100644 --- a/man2/kill.2 +++ b/man2/kill.2 @@ -170,10 +170,10 @@ Notwithstanding this error return, the signal was still delivered to all of the processes for which the caller had permission to signal. .SH SEE ALSO .BR _exit (2), -.BR killpg (2), .BR signal (2), .BR tkill (2), .BR exit (3), +.BR killpg (3), .BR sigqueue (3), .BR capabilities (7), .BR credentials (7), diff --git a/man2/sigaction.2 b/man2/sigaction.2 index 54cf9dffc3..775ad22f6d 100644 --- a/man2/sigaction.2 +++ b/man2/sigaction.2 @@ -944,7 +944,6 @@ See .SH SEE ALSO .BR kill (1), .BR kill (2), -.BR killpg (2), .BR pause (2), .BR restart_syscall (2), .BR seccomp (2) @@ -956,6 +955,7 @@ See .BR sigreturn (2), .BR sigsuspend (2), .BR wait (2), +.BR killpg (3), .BR raise (3), .BR siginterrupt (3), .BR sigqueue (3), diff --git a/man2/signal.2 b/man2/signal.2 index 0f16983b93..5b8e17dc23 100644 --- a/man2/signal.2 +++ b/man2/signal.2 @@ -267,7 +267,6 @@ provides System\ V semantics. .BR kill (1), .BR alarm (2), .BR kill (2), -.BR killpg (2), .BR pause (2), .BR sigaction (2), .BR signalfd (2), @@ -275,6 +274,7 @@ provides System\ V semantics. .BR sigprocmask (2), .BR sigsuspend (2), .BR bsd_signal (3), +.BR killpg (3), .BR raise (3), .BR siginterrupt (3), .BR sigqueue (3), diff --git a/man7/credentials.7 b/man7/credentials.7 index c4316e1c3e..b8b7617898 100644 --- a/man7/credentials.7 +++ b/man7/credentials.7 @@ -148,7 +148,7 @@ Various system calls and library functions may operate on all members of a process group, including .BR kill (2), -.BR killpg (2), +.BR killpg (3), .BR getpriority (2), .BR setpriority (2), .BR ioprio_get (2), @@ -324,7 +324,6 @@ for further details. .BR getppid (2), .BR getsid (2), .BR kill (2), -.BR killpg (2), .BR setegid (2), .BR seteuid (2), .BR setfsgid (2), @@ -339,6 +338,7 @@ for further details. .BR waitpid (2), .BR euidaccess (3), .BR initgroups (3), +.BR killpg (3), .BR tcgetpgrp (3), .BR tcsetpgrp (3), .BR group (5), 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), -- 2.39.5