From: Michael Kerrisk Date: Tue, 29 Sep 2020 19:31:39 +0000 (+0200) Subject: getutent.3: ffix X-Git-Tag: man-pages-5.09~226 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71c5827828d038023f8e7df3a0c8f605485ee4bc;p=thirdparty%2Fman-pages.git getutent.3: ffix Signed-off-by: Michael Kerrisk --- diff --git a/man3/getutent.3 b/man3/getutent.3 index c0a427fcb1..89241fde73 100644 --- a/man3/getutent.3 +++ b/man3/getutent.3 @@ -229,7 +229,7 @@ All these functions are obsolete now on non-Linux systems. POSIX.1-2001 and POSIX.1-2008, following SUSv1, does not have any of these functions, but instead uses .PP -.in +4n +.RS 4 .EX .B #include .PP @@ -240,7 +240,7 @@ does not have any of these functions, but instead uses .B void setutxent(void); .B void endutxent(void); .EE -.in +.RE .PP These functions are provided by glibc, and perform the same task as their equivalents without the "x", but use @@ -271,19 +271,16 @@ is an alias for The above functions are not thread-safe. Glibc adds reentrant versions .PP -.in +4n -.EX +.nf .B #include -.PP + .BI "int getutent_r(struct utmp *" ubuf ", struct utmp **" ubufp ); -.PP .BI "int getutid_r(struct utmp *" ut , .BI " struct utmp *" ubuf ", struct utmp **" ubufp ); -.PP .BI "int getutline_r(struct utmp *" ut , .BI " struct utmp *" ubuf ", struct utmp **" ubufp ); .EE -.in +.fi .PP Feature Test Macro Requirements for glibc (see .BR feature_test_macros (7)):