diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-10-17 06:54:58 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-02-27 14:43:38 +0100 |
| commit | a6f8ea6a9884fe4796e381ec9bb23f2107618a2a (patch) | |
| tree | 5be29d0f644f66053ebf801561d423ac1e76cda2 /man7 | |
| parent | d95411aa5b2cc31ae0b515727f6a0e5794379b96 (diff) | |
| download | man-pages-a6f8ea6a9884fe4796e381ec9bb23f2107618a2a.tar.gz | |
attributes.7: spfix [*]
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/attributes.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man7/attributes.7 b/man7/attributes.7 index d58f776290..e9e4edefa1 100644 --- a/man7/attributes.7 +++ b/man7/attributes.7 @@ -187,7 +187,7 @@ the result is a deadlock. Functions annotated with .I lock -as an AC-Unsafe feature may, if cancelled asynchronously, +as an AC-Unsafe feature may, if canceled asynchronously, fail to release a lock that would have been released if their execution had not been interrupted by asynchronous thread cancellation. Once a lock is left taken, attempts to take that lock will block indefinitely. @@ -515,7 +515,7 @@ The identifier that follows the .I const mark will appear by itself as a safety note in readers. Programs that wish to work around this safety issue, -so as to call writers, may use a non-recursve +so as to call writers, may use a non-recursive .I rwlock associated with the identifier, and guard .I all @@ -605,7 +605,7 @@ Functions marked with .I term as an AC-Safety issue are supposed to restore terminal settings to their original state, -after temporarily changing them, but they may fail to do so if cancelled. +after temporarily changing them, but they may fail to do so if canceled. .\" fixme: at least deferred cancellation should get it right, and would .\" obviate the restoring bit below, and the qualifier above. |
