[PATCH] getutmp.3: ffix
From: Alejandro Colomar <hidden>
Date: 2021-05-09 21:44:09
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Alejandro Colomar <hidden>
Date: 2021-05-09 21:44:09
Subsystem:
the rest · Maintainer:
Linus Torvalds
Signed-off-by: Alejandro Colomar <redacted> --- 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