getsid.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2021-01-09 09:57:41 +01:00
parent 95887a0039
commit 2df7ea6cd8
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ is 0,
returns the session ID of the calling process.
.SH RETURN VALUE
On success, a session ID is returned.
On error, \fI(pid_t)\ \-1\fP will be returned, and
On error, \fI(pid_t)\ \-1\fP is returned, and
.I errno
is set to indicate the error.
.SH ERRORS