diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | manual/startup.texi | 8 |
2 files changed, 4 insertions, 8 deletions
@@ -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] diff --git a/manual/startup.texi b/manual/startup.texi index 7395d32dd0..21c48cd037 100644 --- a/manual/startup.texi +++ b/manual/startup.texi @@ -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 |