diff options
| -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 () |
