From 37e166e8ed0ef5923dad5115da6859672626d7a6 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 17 Jun 2014 07:50:47 +0200 Subject: [PATCH] aio_error.3: Reformat thread-safety information Signed-off-by: Michael Kerrisk --- man3/aio_error.3 | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/man3/aio_error.3 b/man3/aio_error.3 index 71c7c0548..b2e2ff1c5 100644 --- a/man3/aio_error.3 +++ b/man3/aio_error.3 @@ -80,10 +80,17 @@ The .BR aio_error () 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_error () -function is thread-safe. +T} Thread safety MT-Safe +.TE .SH CONFORMING TO POSIX.1-2001, POSIX.1-2008. .SH EXAMPLE