Re: [PATCH] getutmp.3: ffix
From: Michael Kerrisk (man-pages) <hidden>
Date: 2021-05-09 23:10:51
Hi Alex, On 5/10/21 9:39 AM, Alejandro Colomar wrote:
Signed-off-by: Alejandro Colomar <redacted>
Applied. Thanks, Michael
quoted hunk ↗ jump to hunk
--- 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
-- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/