summaryrefslogtreecommitdiffstats
path: root/man2/getsid.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/getsid.2')
-rw-r--r--man2/getsid.28
1 files changed, 4 insertions, 4 deletions
diff --git a/man2/getsid.2 b/man2/getsid.2
index 842c980..25f0b2d 100644
--- a/man2/getsid.2
+++ b/man2/getsid.2
@@ -5,7 +5,7 @@
.\"
.\" Modified Thu Oct 31 14:18:40 1996 by Eric S. Raymond <esr@y\thyrsus.com>
.\" Modified 2001-12-17, aeb
-.TH getsid 2 2023-03-30 "Linux man-pages 6.05.01"
+.TH getsid 2 2023-10-31 "Linux man-pages 6.7"
.SH NAME
getsid \- get session ID
.SH LIBRARY
@@ -14,15 +14,15 @@ Standard C library
.SH SYNOPSIS
.nf
.B #include <unistd.h>
-.PP
+.P
.BI "pid_t getsid(pid_t" " pid" );
.fi
-.PP
+.P
.RS -4
Feature Test Macro Requirements for glibc (see
.BR feature_test_macros (7)):
.RE
-.PP
+.P
.BR getsid ():
.nf
_XOPEN_SOURCE >= 500