]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
lrint.3: Reformat thread-safety information
authorPeng Haitao <penght@cn.fujitsu.com>
Mon, 27 Oct 2014 02:24:54 +0000 (10:24 +0800)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 27 Feb 2015 12:57:19 +0000 (13:57 +0100)
Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/lrint.3

index ae6e460f1c039b1279028b144af7f5d161c02b97..8ec99930d364018b8f3ccec013ee01b4374a086c 100644 (file)
@@ -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