From: Josh Soref Date: Mon, 23 May 2022 01:57:39 +0000 (-0400) Subject: spelling: really X-Git-Tag: dnsdist-1.8.0-rc3~10^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd10b82829ecb35982de8552a52a53a5d9791d85;p=thirdparty%2Fpdns.git spelling: really Signed-off-by: Josh Soref --- diff --git a/docs/changelog/4.1.rst b/docs/changelog/4.1.rst index fa23a403d9..225a2cb7e0 100644 --- a/docs/changelog/4.1.rst +++ b/docs/changelog/4.1.rst @@ -671,7 +671,7 @@ Changelogs for 4.1.x :tags: Internals, Bug Fixes :pullreq: 5917 - Use ``_exit()`` when we really really want to exit, for example + Use ``_exit()`` when we *really* want to exit, for example after a fatal error. This stops us dying while we die. A call to ``exit()`` will trigger destructors, which may paradoxically stop the process from exiting, taking down only one thread, but harming diff --git a/pdns/recursordist/docs/changelog/4.1.rst b/pdns/recursordist/docs/changelog/4.1.rst index ee66bbc635..a547be8ec4 100644 --- a/pdns/recursordist/docs/changelog/4.1.rst +++ b/pdns/recursordist/docs/changelog/4.1.rst @@ -832,7 +832,7 @@ See :doc:`EOL Statements <../appendices/EOL>`. :tags: Internals, Bug Fixes :pullreq: 5917 - Use ``_exit()`` when we really really want to exit, for example + Use ``_exit()`` when we *really* want to exit, for example after a fatal error. This stops us dying while we die. A call to ``exit()`` will trigger destructors, which may paradoxically stop the process from exiting, taking down only one thread, but harming