From 9209a9c2024d4505304db817e3cedd7af920e5c4 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 1 Jul 2014 07:50:48 +0200 Subject: [PATCH] getgrnam.3: Reformat thread-safety information Signed-off-by: Michael Kerrisk --- man3/getgrnam.3 | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/man3/getgrnam.3 b/man3/getgrnam.3 index a1fe9fe7d..7453ef7fe 100644 --- a/man3/getgrnam.3 +++ b/man3/getgrnam.3 @@ -209,18 +209,22 @@ Insufficient buffer space supplied. .I /etc/group local group database file .SH ATTRIBUTES -.SS Multithreading (see pthreads(7)) -The -.BR getgrnam () -and +For an explanation of the terms used in this section, see +.BR attributes (7). +.TS +allbox; +lbw26 lb lb +l l l. +Interface Attribute Value +T{ +.BR getgrnam (), .BR getgrgid () -functions are not thread-safe. -.LP -The -.BR getgrnam_r () -and +T} Thread safety MT-Unsafe +T{ +.BR getgrnam_r (), .BR getgrgid_r () -functions are thread-safe. +T} Thread safety MT-Safe +.TE .SH CONFORMING TO SVr4, 4.3BSD, POSIX.1-2001. .SH NOTES