]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
getsid.2: wfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 9 Jan 2021 08:57:41 +0000 (09:57 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 9 Jan 2021 08:57:41 +0000 (09:57 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/getsid.2

index d88755d9f853f076603e9b1d10c371113b31d637..11d096a1a82ee84be044d8178c327fb343b483b1 100644 (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