diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-02-27 08:09:50 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-02-27 14:44:32 +0100 |
| commit | f038f4f18ea834d0ddcecbd8f452dba56785aa87 (patch) | |
| tree | 6e9b18ded425175cebe0985964d49d43efa7ef04 | |
| parent | 2db8b49242adfc241241de7dded76a4ecd04415d (diff) | |
| download | man-pages-f038f4f18ea834d0ddcecbd8f452dba56785aa87.tar.gz | |
getpwent.3: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man3/getpwent.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/man3/getpwent.3 b/man3/getpwent.3 index 136b5ee809..b74185c40c 100644 --- a/man3/getpwent.3 +++ b/man3/getpwent.3 @@ -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 |
