diff options
| author | Peng Haitao <penght@cn.fujitsu.com> | 2014-08-25 10:23:22 +0800 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-02-27 13:57:16 +0100 |
| commit | eb965b5e17872bff9ae04fa19d0e4a512fb3480e (patch) | |
| tree | 027a8469be2fcc588524e6621f84f6096ded603a /man3/setbuf.3 | |
| parent | 8272c76150ce214399e3c67e235db16be2a6429e (diff) | |
| download | man-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/setbuf.3')
| -rw-r--r-- | man3/setbuf.3 | 15 |
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 () |
