aboutsummaryrefslogtreecommitdiffstats
path: root/man3/lrint.3
diff options
context:
space:
mode:
authorPeng Haitao <penght@cn.fujitsu.com>2014-10-27 10:24:54 +0800
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-02-27 13:57:19 +0100
commitb51ab590e89a6312096e9c9e44e92c3ce4641a2b (patch)
treea17ce5c84345b827f31830ccc333c6ee95c676e5 /man3/lrint.3
parent6c2b814ec6d8ad3437000a76da83f48f693d58f2 (diff)
downloadman-pages-b51ab590e89a6312096e9c9e44e92c3ce4641a2b.tar.gz
lrint.3: Reformat thread-safety information
Signed-off-by: Peng Haitao <penght@cn.fujitsu.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/lrint.3')
-rw-r--r--man3/lrint.315
1 files changed, 11 insertions, 4 deletions
diff --git a/man3/lrint.3 b/man3/lrint.3
index ae6e460f1c..8ec99930d3 100644
--- a/man3/lrint.3
+++ b/man3/lrint.3
@@ -108,16 +108,23 @@ These functions do not set
.SH VERSIONS
These functions first appeared in glibc in version 2.1.
.SH ATTRIBUTES
-.SS Multithreading (see pthreads(7))
-The
+For an explanation of the terms used in this section, see
+.BR attributes (7).
+.TS
+allbox;
+lbw30 lb lb
+l l l.
+Interface Attribute Value
+T{
.BR lrint (),
.BR lrintf (),
.BR lrintl (),
+.br
.BR llrint (),
.BR llrintf (),
-and
.BR llrintl ()
-functions are thread-safe.
+T} Thread safety MT-Safe
+.TE
.SH CONFORMING TO
C99, POSIX.1-2001.
.SH SEE ALSO