aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorPeng Haitao <penght@cn.fujitsu.com>2014-08-25 10:23:22 +0800
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-02-27 13:57:16 +0100
commiteb965b5e17872bff9ae04fa19d0e4a512fb3480e (patch)
tree027a8469be2fcc588524e6621f84f6096ded603a /man3
parent8272c76150ce214399e3c67e235db16be2a6429e (diff)
downloadman-pages-eb965b5e17872bff9ae04fa19d0e4a512fb3480e.tar.gz
setbuf.3: Reformat thread-safety information
Signed-off-by: Peng Haitao <penght@cn.fujitsu.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
-rw-r--r--man3/setbuf.315
1 files changed, 11 insertions, 4 deletions
diff --git a/man3/setbuf.3 b/man3/setbuf.3
index 3b78f00384..4eaa8e22d2 100644
--- a/man3/setbuf.3
+++ b/man3/setbuf.3
@@ -162,14 +162,21 @@ on failure.
The other functions do not return a value.
.SH ATTRIBUTES
-.SS Multithreading (see pthreads(7))
-The
+For an explanation of the terms used in this section, see
+.BR attributes (7).
+.TS
+allbox;
+lbw23 lb lb
+l l l.
+Interface Attribute Value
+T{
.BR setbuf (),
.BR setbuffer (),
+.br
.BR setlinebuf (),
-and
.BR setvbuf ()
-functions are thread-safe.
+T} Thread safety MT-Safe
+.TE
.SH CONFORMING TO
The
.BR setbuf ()