From a12db8121cf95e2ae4e239c53b28d0f0bf0c60d9 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 12 Sep 2016 06:57:44 +0100 Subject: [PATCH] getsid.2: wfix Signed-off-by: Michael Kerrisk --- man2/getsid.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/getsid.2 b/man2/getsid.2 index b0822e7b9..6443ec555 100644 --- a/man2/getsid.2 +++ b/man2/getsid.2 @@ -64,13 +64,13 @@ is set appropriately. .TP .B EPERM A process with process ID -.I p +.I pid exists, but it is not in the same session as the calling process, and the implementation considers this an error. .TP .B ESRCH No process with process ID -.I p +.I pid was found. .SH VERSIONS This system call is available on Linux since version 2.0.