getpwent.3: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-02-27 08:09:50 +01:00
parent 2db8b49242
commit f038f4f18e
1 changed files with 2 additions and 3 deletions

View File

@ -173,7 +173,6 @@ T{
T} Thread safety MT-Unsafe race:pwent locale
.TE
[[
In the above table,
.I pwent
in
@ -183,8 +182,8 @@ signifies that if any of the functions
.BR getpwent (),
or
.BR endpwent ()
are used in parallel in different threads of a program, then data races could occur.
]]
are used in parallel in different threads of a program,
then data races could occur.
.SH CONFORMING TO
SVr4, 4.3BSD, POSIX.1-2001.
The