]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/getutent.3
CPU_SET.3, INFINITY.3, __ppc_get_timebase.3, __ppc_set_ppr_med.3, __ppc_yield.3,...
[thirdparty/man-pages.git] / man3 / getutent.3
index 31446dfa7e30f1c1d0f0ac770152c4ca55f60b67..582b564347c137e06596ab58455d9ac32a62ac6a 100644 (file)
@@ -51,7 +51,7 @@ utmpname \- access utmp file entries
 .SH DESCRIPTION
 New applications should use the POSIX.1-specified "utmpx" versions of
 these functions; see CONFORMING TO.
-
+.PP
 .BR utmpname ()
 sets the name of the utmp-format file for the other utmp
 functions to access.
@@ -124,16 +124,16 @@ return a pointer to a \fIstruct utmp\fP on success,
 and NULL on failure (which includes the "record not found" case).
 This \fIstruct utmp\fP is allocated in static storage, and may be
 overwritten by subsequent calls.
-
+.PP
 On success
 .BR pututline ()
 returns
 .IR ut ;
 on failure, it returns NULL.
-
+.PP
 .BR utmpname ()
 returns 0 if the new name was successfully stored, or \-1 on failure.
-
+.PP
 In the event of an error, these functions
 .I errno
 set to indicate the cause.
@@ -194,7 +194,7 @@ T{
 .BR utmpname ()
 T}     Thread safety   MT-Unsafe race:utent
 .TE
-
+.sp 1
 In the above table,
 .I utent
 in