summaryrefslogtreecommitdiffstats
path: root/man3/gnu_get_libc_version.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/gnu_get_libc_version.3')
-rw-r--r--man3/gnu_get_libc_version.39
1 files changed, 4 insertions, 5 deletions
diff --git a/man3/gnu_get_libc_version.3 b/man3/gnu_get_libc_version.3
index a1af9d1..e02390e 100644
--- a/man3/gnu_get_libc_version.3
+++ b/man3/gnu_get_libc_version.3
@@ -4,7 +4,7 @@
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
-.TH gnu_get_libc_version 3 2023-07-20 "Linux man-pages 6.05.01"
+.TH gnu_get_libc_version 3 2023-10-31 "Linux man-pages 6.7"
.SH NAME
gnu_get_libc_version, gnu_get_libc_release \- get glibc version and release
.SH LIBRARY
@@ -13,7 +13,7 @@ Standard C library
.SH SYNOPSIS
.nf
.B #include <gnu/libc\-version.h>
-.PP
+.P
.B const char *gnu_get_libc_version(void);
.B const char *gnu_get_libc_release(void);
.fi
@@ -21,7 +21,7 @@ Standard C library
The function
.BR gnu_get_libc_version ()
returns a string that identifies the glibc version available on the system.
-.PP
+.P
The function
.BR gnu_get_libc_release ()
returns a string indicates the release status of the glibc version
@@ -43,14 +43,13 @@ T{
.BR gnu_get_libc_release ()
T} Thread safety MT-Safe
.TE
-.sp 1
.SH STANDARDS
GNU.
.SH HISTORY
glibc 2.1.
.SH EXAMPLES
When run, the program below will produce output such as the following:
-.PP
+.P
.in +4n
.EX
.RB "$" " ./a.out"