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

index 34eab0f8fdfa998048d45054ec6b46742eadc3ed..1aafa9d9f32809578e99df2440ef80a78f9821f1 100644 (file)
@@ -62,10 +62,17 @@ is set appropriately.
 .SH ERRORS
 See the Linux library source code for details.
 .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 getdirentries ()
-function is thread-safe.
+T}     Thread safety   MT-Safe
+.TE
 .SH CONFORMING TO
 Not in POSIX.1-2001.
 Present on the BSDs, and a few other systems.