diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-02-27 08:07:48 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-02-27 14:44:32 +0100 |
| commit | 58f5b7932ee4d7a8665fbd23f4e17e1c976f4d6c (patch) | |
| tree | 3f36442836a2d23e982ed19df38d62bd22080bbd /man3 | |
| parent | 1e2afa780b2afd5734b249b854a04d0b2c639e6d (diff) | |
| download | man-pages-58f5b7932ee4d7a8665fbd23f4e17e1c976f4d6c.tar.gz | |
getlogin.3: Fixes to Ma Shimiao's patch
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/getlogin.3 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/getlogin.3 b/man3/getlogin.3 index 241f81c627..f626a93562 100644 --- a/man3/getlogin.3 +++ b/man3/getlogin.3 @@ -164,22 +164,22 @@ T{ T} Thread safety MT-Unsafe race:cuserid/!string locale .TE -[[ In the above table, .I utent in .I race:utent signifies that if any of the functions -.BR setutent (), -.BR getutent (), +.BR setutent (3), +.BR getutent (3), or -.BR endutent () -are used in parallel in different threads of a program, then data races could occur. +.BR endutent (3) +are used in parallel in different threads of a program, +then data races could occur. .BR getlogin () and .BR getlogin_r () -call them, so we use race:utent to remind users. -]] +call those functions, +so we use race:utent to remind users. .SH CONFORMING TO .BR getlogin () and |
