aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZeng Linggang <zenglg.jy@cn.fujitsu.com>2015-08-24 18:19:51 +0800
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-09-11 12:05:11 +0200
commit098cd28bbf225517fd751aa96675bb607ca2b820 (patch)
tree7f88dee3bd0609586d07fb6b585ecef541090078
parent48453bada18bdd8d7c5ed1f41e11f88771cc9a99 (diff)
downloadman-pages-098cd28bbf225517fd751aa96675bb607ca2b820.tar.gz
fgetgrent.3: ATTRIBUTES: Note function that is not thread-safe
The marking matches glibc marking. marking of function in glibc is: - fgetgrent: MT-Unsafe race:fgrent ps: We think race:fgrent in glibc maybe hard for users to understand, and have sent a patch to the GNU libc community for changing it to race:fgetgrent, however, something about the copyright impeded the progress. Here we mark it "race:fgetgrent", so there is a little different. Signed-off-by: Zeng Linggang <zenglg.jy@cn.fujitsu.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/fgetgrent.319
1 files changed, 19 insertions, 0 deletions
diff --git a/man3/fgetgrent.3 b/man3/fgetgrent.3
index 57665ddc1f..aa08e0f6be 100644
--- a/man3/fgetgrent.3
+++ b/man3/fgetgrent.3
@@ -90,6 +90,25 @@ is set to indicate the cause.
Insufficient memory to allocate
.I group
structure.
+.SH ATTRIBUTES
+For an explanation of the terms used in this section, see
+.BR attributes (7).
+.TS
+allbox;
+lb lb lb
+l l l.
+Interface Attribute Value
+T{
+.BR fgetgrent ()
+.\" FIXME: the following marking is different from which in glibc manual,
+.\" marking in glibc manual is,
+.\" fgetgrent: MT-Unsafe race:fgrent
+.\" We think race:fgrent in glibc maybe hard for users to understand,
+.\" and have sent a patch to the GNU libc community for changing it to
+.\" race:fgetgrent, however, something about the copyright impeded the progress.
+T} Thread safety MT-Unsafe race:fgetgrent
+.TE
+
.SH CONFORMING TO
SVr4.
.SH SEE ALSO