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>
This commit is contained in:
Michael Kerrisk 2016-11-04 18:00:02 +01:00
parent e1988469a6
commit 498aad5099
5 changed files with 7 additions and 7 deletions

View File

@ -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),

View File

@ -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),

View File

@ -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),

View File

@ -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),

View File

@ -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),