]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
getutmp.3: ffix
authorAlejandro Colomar <alx.manpages@gmail.com>
Sun, 9 May 2021 21:39:03 +0000 (23:39 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 9 May 2021 23:10:35 +0000 (11:10 +1200)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/getutmp.3

index e5e85aced5d3852f967bf9a801626aaee30d92d1..012cfdf6f0864a94ad532154ca40ceaf2b5fd029 100644 (file)
@@ -31,8 +31,8 @@ getutmp, getutmpx \- copy utmp structure to utmpx, and vice versa
 .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 );
+.BI "void getutmp(const struct utmpx *" ux ", struct utmp *" u );
+.BI "void getutmpx(const struct utmp *" u ", struct utmpx *" ux );
 .fi
 .SH DESCRIPTION
 The