mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
manual/jobs.texi: Add missing @item EPERM for getpgid
The missing @item makes it look like errno will be set to ESRCH if a cross-session getpgid is not permitted. Found by ulfvonbelow on irc.
This commit is contained in:
parent
ddbb74f5c2
commit
5a21cefd5a
1 changed files with 1 additions and 0 deletions
|
@ -1133,6 +1133,7 @@ following @code{errno} error conditions are defined for this function:
|
|||
@table @code
|
||||
@item ESRCH
|
||||
There is no process with the given process ID @var{pid}.
|
||||
@item EPERM
|
||||
The calling process and the process specified by @var{pid} are in
|
||||
different sessions, and the implementation doesn't allow to access the
|
||||
process group ID of the process with ID @var{pid} from the calling
|
||||
|
|
Loading…
Add table
Reference in a new issue