diff options
Diffstat (limited to 'upstream/opensuse-tumbleweed/man2/getsid.2')
-rw-r--r-- | upstream/opensuse-tumbleweed/man2/getsid.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/upstream/opensuse-tumbleweed/man2/getsid.2 b/upstream/opensuse-tumbleweed/man2/getsid.2 index 842c9802..232b0199 100644 --- a/upstream/opensuse-tumbleweed/man2/getsid.2 +++ b/upstream/opensuse-tumbleweed/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 2024-05-02 "Linux man-pages (unreleased)" .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 |