killpg.2: CONFORMING TO: add POSIX.1-2008

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-18 07:47:53 +02:00
parent 80f75fab3f
commit 618364adfa
1 changed files with 2 additions and 2 deletions

View File

@ -109,9 +109,9 @@ No process can be found in the process group specified by
The process group was given as 0 but the sending process does not
have a process group.
.SH CONFORMING TO
SVr4, 4.4BSD
POSIX.1-2001, POSIX.1-2008, SVr4, 4.4BSD
.RB ( killpg ()
first appeared in 4BSD), POSIX.1-2001.
first appeared in 4BSD).
.SH NOTES
There are various differences between the permission checking
in BSD-type systems and System\ V-type systems.