]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
aio_return.3: Reformat thread-safety information
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 17 Jun 2014 05:51:52 +0000 (07:51 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 27 Feb 2015 12:57:10 +0000 (13:57 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/aio_return.3

index 1c12d0e9f2c8678cb6e38cae0f656dfe80b88b3e..1644878961457dd78914f611e4fc645f35d8c098 100644 (file)
@@ -75,10 +75,17 @@ The
 .BR aio_return ()
 function is available since glibc 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;
+lb lb lb
+l l l.
+Interface      Attribute       Value
+T{
 .BR aio_return ()
-function is thread-safe.
+T}     Thread safety   MT-Safe
+.TE
 .SH CONFORMING TO
 POSIX.1-2001, POSIX.1-2008.
 .SH EXAMPLE