]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
manual: Remove warning in the documentation of the abort function
authorFlorian Weimer <fweimer@redhat.com>
Fri, 11 Oct 2019 18:15:24 +0000 (20:15 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 11 Oct 2019 18:15:24 +0000 (20:15 +0200)
The warning is confusing to those who do not understand the context,
and the warning is easy to misunderstand:

A reader needs to know that it was written by someone who is generally
skeptical of government influence and control, otherwise it reads as
an affirmation of the U.S. government's role as the ultimate editor of
the manual.  This is precisely the opposite of what the warning
intends to convey.  (Reportedly, it criticizes that several
U.S. administrations have tried to restrict the medical advice that
U.S.-funded health care workers can provide abroad, considering that
censorship.)

The warning is also misleading on a technical level.  A reader who
makes the connection to pregnancy termination will get the wrong
impression that calling the abort function will terminate subprocesses
of the current process, but this is not what generally happens.

Finally, for both GNU and the FSF, it is inappropriate to use female
reproductive health as mere joke material, since these organizations
do not concern themselves with such issues otherwise, and the warning
is purportedly about something else entirely.

This reinstates commit 340d9652b9d0e1d4136588f18b726662d195777c
("manual/startup.texi (Aborting a Program): Remove inappropriate
joke."), effectively reverting the revert in commit
ffa81c22a3ac0fb75ad9bf2b1c3cdbf9eafa0bc9 ("Revert:").

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
ChangeLog
manual/startup.texi

index 6bf3462b5834a75db9afde9f9a7f78f160f70eca..be1ab6469e9a07db6abfc4fd5f568213a50f7027 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-10-11  Florian Weimer  <fweimer@redhat.com>
+
+       * manual/startup.texi (Aborting a Program): Remove warning.
+
 2019-10-10  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
        [BZ #18231]
index 7395d32dd0c877487938857fd432650e87fe7bb2..21c48cd0374dcc906c33165267412081fc7de2dc 100644 (file)
@@ -1005,14 +1005,6 @@ This function actually terminates the process by raising a
 intercept this signal; see @ref{Signal Handling}.
 @end deftypefun
 
-@c Put in by rms.  Don't remove.
-@cartouche
-@strong{Future Change Warning:} Proposed Federal censorship regulations
-may prohibit us from giving you information about the possibility of
-calling this function.  We would be required to say that this is not an
-acceptable way of terminating a program.
-@end cartouche
-
 @node Termination Internals
 @subsection Termination Internals