getutent.3: Minor rewording

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-05-07 08:08:15 +12:00
parent 1c2816e288
commit 0b07fbdc87
1 changed files with 5 additions and 2 deletions

View File

@ -200,8 +200,11 @@ and
.LP
Linux glibc on the other hand does not use a parallel \fIutmpx\fP file
since its \fIutmp\fP structure is already large enough.
The functions \fBgetutxent\fP()
etc. are aliases for \fBgetutent\fP() etc.
The "x" functions listed above are just aliases for
their counterparts without the "x" (e.g.,
.BR getutxent ()
is an alias for
.BR gettutent ()).
.SH NOTES
.SS Glibc Notes
The above functions are not thread-safe.