From 54b8b922b7cb90a2163e64a3756c24e877fc0e1d Mon Sep 17 00:00:00 2001 From: Peng Haitao Date: Wed, 25 Jun 2014 14:33:44 +0800 Subject: [PATCH] wcstok.3: Reformat thread-safety information Signed-off-by: Peng Haitao Signed-off-by: Michael Kerrisk --- man3/wcstok.3 | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/man3/wcstok.3 b/man3/wcstok.3 index 4cbe310e8..cec742779 100644 --- a/man3/wcstok.3 +++ b/man3/wcstok.3 @@ -77,10 +77,17 @@ The function returns a pointer to the next token, or NULL if no further token was found. .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 wcstok () -function is thread-safe. +T} Thread safety MT-Safe +.TE .SH CONFORMING TO C99. .SH NOTES