attributes.7: Comment out !posix text

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-10-18 12:39:13 +02:00
parent b7f5ac8b3a
commit 8cbbe3eeaf
1 changed files with 12 additions and 11 deletions

View File

@ -804,17 +804,18 @@ avoiding the option may be a good alternative to
using full pathnames or file descriptor-relative (e.g., using full pathnames or file descriptor-relative (e.g.,
.BR openat (2)) .BR openat (2))
system calls. system calls.
.TP .\" .TP
.I !posix .\" .I !posix
This remark, as an MT-Safety, AS-Safety or AC-Safety note to a function, .\" This remark, as an MT-Safety, AS-Safety or AC-Safety
indicates the safety status of the function is known to differ .\" note to a function,
from the specified status in the POSIX standard. .\" indicates the safety status of the function is known to differ
For example, POSIX does not require a function to be Safe, .\" from the specified status in the POSIX standard.
but our implementation is, or vice-versa. .\" For example, POSIX does not require a function to be Safe,
.\" but our implementation is, or vice-versa.
For the time being, the absence of this remark does not imply the safety .\"
properties we documented are identical to those mandated by POSIX for .\" For the time being, the absence of this remark does not imply the safety
the corresponding functions. .\" properties we documented are identical to those mandated by POSIX for
.\" the corresponding functions.
.TP .TP
.I :identifier .I :identifier
Annotations may sometimes be followed by identifiers, Annotations may sometimes be followed by identifiers,