getsid.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-09-12 06:57:44 +01:00
parent ff437c946b
commit a12db8121c
1 changed files with 2 additions and 2 deletions

View File

@ -64,13 +64,13 @@ is set appropriately.
.TP .TP
.B EPERM .B EPERM
A process with process ID A process with process ID
.I p .I pid
exists, but it is not in the same session as the calling process, exists, but it is not in the same session as the calling process,
and the implementation considers this an error. and the implementation considers this an error.
.TP .TP
.B ESRCH .B ESRCH
No process with process ID No process with process ID
.I p .I pid
was found. was found.
.SH VERSIONS .SH VERSIONS
This system call is available on Linux since version 2.0. This system call is available on Linux since version 2.0.