Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> --- man3/getutmp.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man3/getutmp.3 b/man3/getutmp.3 index e5e85aced..012cfdf6f 100644 --- a/man3/getutmp.3 +++ b/man3/getutmp.3 @@ -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 -- 2.31.1