diff options
| author | Bjarni Ingi Gislason <bjarniig@rhi.hi.is> | 2020-06-20 17:06:40 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-06-21 09:03:31 +0200 |
| commit | c3f602233df08e63dbc433b06f823233a76ea6e5 (patch) | |
| tree | d589e18a4006666cfbcbb8d60ecb3ffba1ff7e59 /man7/attributes.7 | |
| parent | 81533e83e20ed506895309cf31fdec6cc6d1fab3 (diff) | |
| download | man-pages-c3f602233df08e63dbc433b06f823233a76ea6e5.tar.gz | |
man7/*: srcfix: trim trailing space
Trim tailing space in "strings".
There is no change in the output from "nroff" and "groff".
###
Output is from: test-groff -b -mandoc -T utf8 -rF0 -t -w w -z
[ "test-groff" is a developmental version of "groff" ]
troff: <attributes.7>:510: warning: trailing space
troff: <attributes.7>:512: warning: trailing space
troff: <attributes.7>:513: warning: trailing space
troff: <attributes.7>:516: warning: trailing space
troff: <attributes.7>:649: warning: trailing space
troff: <attributes.7>:681: warning: trailing space
troff: <attributes.7>:720: warning: trailing space
####
troff: <environ.7>:181: warning: trailing space
troff: <environ.7>:182: warning: trailing space
####
troff: <ip.7>:820: warning: trailing space
####
troff: <signal.7>:316: warning: trailing space
Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
####
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/attributes.7')
| -rw-r--r-- | man7/attributes.7 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/man7/attributes.7 b/man7/attributes.7 index 52bea817b7..519b392271 100644 --- a/man7/attributes.7 +++ b/man7/attributes.7 @@ -507,13 +507,13 @@ synchronization. Unlike .IR race , which causes both readers and -writers of internal objects to be regarded as MT-Unsafe, \" and AS-Unsafe, +writers of internal objects to be regarded as MT-Unsafe,\" and AS-Unsafe, this mark is applied to writers only. -Writers remain \" equally -MT-Unsafe \" and AS-Unsafe +Writers remain\" equally +MT-Unsafe\" and AS-Unsafe to call, but the then-mandatory constness of objects they -modify enables readers to be regarded as MT-Safe \" and AS-Safe +modify enables readers to be regarded as MT-Safe\" and AS-Safe (as long as no other reasons for them to be unsafe remain), since the lack of synchronization is not a problem when the objects are effectively constant. @@ -646,7 +646,7 @@ called concurrently with locale changes may behave in ways that do not correspond to any of the locales active during their execution, but an unpredictable mix thereof. .IP -We do not mark these functions as MT-Unsafe, \" or AS-Unsafe, +We do not mark these functions as MT-Unsafe,\" or AS-Unsafe, however, because functions that modify the locale object are marked with .I const:locale @@ -678,7 +678,7 @@ environment with or similar, without any guards to ensure safety in the presence of concurrent modifications. .IP -We do not mark these functions as MT-Unsafe, \" or AS-Unsafe, +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 @@ -717,7 +717,7 @@ GNU C Library internal data structure without any guards to ensure safety in the presence of concurrent modifications. .IP -We do not mark these functions as MT-Unsafe, \" or AS-Unsafe, +We do not mark these functions as MT-Unsafe,\" or AS-Unsafe, however, because functions that modify this data structure are all marked with .I const:sigintr |
