]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
getutent.3: ffix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 29 Sep 2020 19:31:39 +0000 (21:31 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 29 Sep 2020 20:00:44 +0000 (22:00 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/getutent.3

index c0a427fcb1bc301f599b5b5fecdd0af12bd5fe82..89241fde7386505e725913a55d3bd1e50be3aff7 100644 (file)
@@ -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 <utmpx.h>
 .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 <utmp.h>
-.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)):