diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-18 23:30:55 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-18 23:30:55 +0000 |
commit | 76e4960aa9b9badbd9caa376e303f9360ebb7ccd (patch) | |
tree | 374eb4611aaaa3af6110a447aa1773b01ee021cf /doc/libstddjb/safewrappers.html | |
parent | a46c6ca31cfd61d25fb3579807e3405764bcec72 (diff) | |
download | skalibs-76e4960aa9b9badbd9caa376e303f9360ebb7ccd.tar.xz |
Documentation fixes
Diffstat (limited to 'doc/libstddjb/safewrappers.html')
-rw-r--r-- | doc/libstddjb/safewrappers.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libstddjb/safewrappers.html b/doc/libstddjb/safewrappers.html index 37d2425..da8608b 100644 --- a/doc/libstddjb/safewrappers.html +++ b/doc/libstddjb/safewrappers.html @@ -70,7 +70,7 @@ signal is caught. And that means SA_RESTART should not be used. </p> <p> - Which means that other system calls performed when the signal handler has + Which also means that other system calls performed when the signal handler has been installed, for instance in the body of the loop, will <em>not</em> be protected, and can return -1 EINTR if a signal is caught at the wrong time. </p> |