summaryrefslogtreecommitdiffstats
path: root/man3/getutmp.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--man3/getutmp.35
1 files changed, 2 insertions, 3 deletions
diff --git a/man3/getutmp.3 b/man3/getutmp.3
index 04cf0ad..6694c1a 100644
--- a/man3/getutmp.3
+++ b/man3/getutmp.3
@@ -4,7 +4,7 @@
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
-.TH getutmp 3 2023-07-20 "Linux man-pages 6.05.01"
+.TH getutmp 3 2023-10-31 "Linux man-pages 6.7"
.SH NAME
getutmp, getutmpx \- copy utmp structure to utmpx, and vice versa
.SH LIBRARY
@@ -14,7 +14,7 @@ Standard C library
.nf
.BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */"
.B #include <utmpx.h>
-.PP
+.P
.BI "void getutmp(const struct utmpx *" ux ", struct utmp *" u );
.BI "void getutmpx(const struct utmp *" u ", struct utmpx *" ux );
.fi
@@ -49,7 +49,6 @@ T{
.BR getutmpx ()
T} Thread safety MT-Safe
.TE
-.sp 1
.SH STANDARDS
None.
.SH HISTORY