aboutsummaryrefslogtreecommitdiffstats
path: root/man3/getutmp.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getutmp.3')
-rw-r--r--man3/getutmp.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/getutmp.3 b/man3/getutmp.3
index d534179d7c..a50477fa38 100644
--- a/man3/getutmp.3
+++ b/man3/getutmp.3
@@ -30,7 +30,7 @@ getutmp, getutmpx \- copy utmp structure to utmpx, and vice versa
.nf
.BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */"
.B #include <utmpx.h>
-
+.PP
.BI " void getutmp(const struct utmpx *" ux ", struct utmp *" u );
.BI " void getutmpx(const struct utmp *" u ", struct utmpx *" ux );
.fi