]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
sigpause.3: srcfix: add FIXME
authorZeng Linggang <zenglg.jy@cn.fujitsu.com>
Mon, 24 Aug 2015 10:19:55 +0000 (18:19 +0800)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 11 Sep 2015 10:07:02 +0000 (12:07 +0200)
Signed-off-by: Zeng Linggang <zenglg.jy@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/sigpause.3

index 847bd106b8f6b3fd2d21360b4c6eaa1d216509d5..dbc10de12950b39478b5ce8184f3ed0618b1bceb 100644 (file)
@@ -63,6 +63,12 @@ l l l.
 Interface      Attribute       Value
 T{
 .BR sigpause ()
+.\" FIXME: the following marking is different from which in glibc manual,
+.\" marking in glibc manual is more detailed.
+.\" sigpause: MT-Unsafe race:sigprocmask/!bsd!linux
+.\" glibc manual says /!linux!bsd indicate the preceding marker only applies
+./" when the underlying kernel is neither Linux nor a BSD kernel.
+.\" So, it is safety in Linux kernel.
 T}     Thread safety   MT-Safe
 .TE
 .SH CONFORMING TO