On 05/13/2015 08:53 AM, Zeng Linggang wrote: > The marking matches glibc marking. > markings of functions in glibc are: > - shm_open: MT-Safe locale > - shm_unlink: MT-Safe locale Thanks, Zeng Linggang. Patch applied. Cheers, Michael > Signed-off-by: Zeng Linggang <zenglg.jy@xxxxxxxxxxxxxx> > --- > man3/shm_open.3 | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > > diff --git a/man3/shm_open.3 b/man3/shm_open.3 > index 3ad7592..a4eb22a 100644 > --- a/man3/shm_open.3 > +++ b/man3/shm_open.3 > @@ -248,6 +248,20 @@ a > that does not exist. > .SH VERSIONS > These functions are provided in glibc 2.2 and later. > +.SH ATTRIBUTES > +For an explanation of the terms used in this section, see > +.BR attributes (7). > +.TS > +allbox; > +lbw24 lb lb > +l l l. > +Interface Attribute Value > +T{ > +.BR shm_open (), > +.BR shm_unlink () > +T} Thread safety MT-Safe locale > +.TE > + > .SH CONFORMING TO > POSIX.1-2001. > .LP > -- 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