attributes.7: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-10-18 11:05:59 +02:00
parent e7b42ec654
commit 46992f64eb
1 changed files with 3 additions and 3 deletions

View File

@ -252,7 +252,7 @@ Other keywords that appear in safety notes are defined in subsequent sections.
.\" applying relocations and more,
.\" all of this while holding internal dynamic loader locks.
.\"
.\" The locks are enough for these functions to be AS- and AC-Unsafe,
.\" The locks are enough for these functions to be AS-Unsafe and AC-Unsafe,
.\" but other issues may arise.
.\" At present this is a placeholder for all
.\" potential safety issues raised by
@ -346,7 +346,7 @@ the function can then be safely called after other threads are started.
Functions marked with
.I init
as an AS- or AC-Unsafe feature use the GNU C Library internal
as an AS-Unsafe or AC-Unsafe feature use the GNU C Library internal
.I libc_once
machinery or similar to initialize internal data structures.
@ -668,7 +668,7 @@ environment with
or similar, without any guards to ensure
safety in the presence of concurrent modifications.
We do not mark these functions as MT- or AS-Unsafe, however,
We do not mark these functions as MT-Unsafe or AS-Unsafe, however,
because functions that modify the environment are all marked with
.I const:env
and regarded as unsafe.