From 8531256771345e9a3264882c542f75fe652654f1 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 19 Jun 2014 08:43:17 +0200 Subject: [PATCH] catgets.3: Reformat thread-safety information Signed-off-by: Michael Kerrisk --- man3/catgets.3 | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/man3/catgets.3 b/man3/catgets.3 index 8b7521e2c..0cc17659a 100644 --- a/man3/catgets.3 +++ b/man3/catgets.3 @@ -67,10 +67,17 @@ On failure, returns the value .IR message . .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 catgets () -function is thread-safe. +T} Thread safety MT-Safe +.TE .SH CONFORMING TO POSIX.1-2001. .SH NOTES