Thanks, Haitao. Applied. On 02/25/2014 07:59 AM, Peng Haitao wrote: > The function strsep() is thread safe. > > Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> > --- > man3/strsep.3 | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/man3/strsep.3 b/man3/strsep.3 > index d08c437..f469ebf 100644 > --- a/man3/strsep.3 > +++ b/man3/strsep.3 > @@ -30,7 +30,7 @@ > .\" Modified Mon Jan 20 12:04:18 1997 by Andries Brouwer (aeb@xxxxxx) > .\" Modified Tue Jan 23 20:23:07 2001 by Andries Brouwer (aeb@xxxxxx) > .\" > -.TH STRSEP 3 2014-01-04 "GNU" "Linux Programmer's Manual" > +.TH STRSEP 3 2014-02-25 "GNU" "Linux Programmer's Manual" > .SH NAME > strsep \- extract token from string > .SH SYNOPSIS > @@ -76,6 +76,11 @@ The > function returns a pointer to the token, > that is, it returns the original value of > .IR *stringp . > +.SH ATTRIBUTES > +.SS Multithreading (see pthreads(7)) > +The > +.BR strsep () > +function is thread-safe. > .SH CONFORMING TO > 4.4BSD. > .SH NOTES > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html