aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man2/getsid.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/getsid.2 b/man2/getsid.2
index 7d725d2dbc..b0822e7b9a 100644
--- a/man2/getsid.2
+++ b/man2/getsid.2
@@ -53,7 +53,7 @@ returns the session ID of the calling process.
.I getsid(p)
returns the session ID of the process with process ID
.IR p .
-(The session ID of a process is the process group ID of the
+(The session ID of a process is the process ID of the
session leader.)
.SH RETURN VALUE
On success, a session ID is returned.