Thanks, Haitao. Applied. On 02/25/2014 08:56 AM, Peng Haitao wrote: > The function strlen() is thread safe. > > Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> > --- > man3/strlen.3 | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/man3/strlen.3 b/man3/strlen.3 > index ed058e0..13ad631 100644 > --- a/man3/strlen.3 > +++ b/man3/strlen.3 > @@ -27,7 +27,7 @@ > .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) > .\" 386BSD man pages > .\" Modified Sat Jul 24 18:02:26 1993 by Rik Faith (faith@xxxxxxxxxx) > -.TH STRLEN 3 2012-05-04 "GNU" "Linux Programmer's Manual" > +.TH STRLEN 3 2014-02-25 "GNU" "Linux Programmer's Manual" > .SH NAME > strlen \- calculate the length of a string > .SH SYNOPSIS > @@ -47,6 +47,11 @@ The > .BR strlen () > function returns the number of bytes in the string > .IR s . > +.SH ATTRIBUTES > +.SS Multithreading (see pthreads(7)) > +The > +.BR strlen () > +function is thread-safe. > .SH CONFORMING TO > SVr4, 4.3BSD, C89, C99. > .SH SEE ALSO > -- 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