]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Formerly standards.texi.~95~
authorRichard M. Stallman <rms@gnu.org>
Wed, 21 Sep 1994 20:02:21 +0000 (20:02 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 21 Sep 1994 20:02:21 +0000 (20:02 +0000)
doc/standards.texi
standards.texi

index c95b8546225b74f904bfa3fcf1fbaf6c628e332f..e50b367f1d5bac1b19ae587dd9a7016d1c08a420 100644 (file)
@@ -1032,7 +1032,8 @@ calling @code{free}.
 If @code{malloc} fails in a noninteractive program, make that a fatal
 error.  In an interactive program (one that reads commands from the
 user), it is better to abort the command and return to the command
-reader loop.
+reader loop.  This allows the user to kill other processes to free up
+virtual memory, and then try the command again.
 
 Use @code{getopt_long} to decode arguments, unless the argument syntax
 makes this unreasonable.
index c95b8546225b74f904bfa3fcf1fbaf6c628e332f..e50b367f1d5bac1b19ae587dd9a7016d1c08a420 100644 (file)
@@ -1032,7 +1032,8 @@ calling @code{free}.
 If @code{malloc} fails in a noninteractive program, make that a fatal
 error.  In an interactive program (one that reads commands from the
 user), it is better to abort the command and return to the command
-reader loop.
+reader loop.  This allows the user to kill other processes to free up
+virtual memory, and then try the command again.
 
 Use @code{getopt_long} to decode arguments, unless the argument syntax
 makes this unreasonable.