Make NEWS entry and manual regarding GDBHISTSIZE more consistent
authorPatrick Palka <patrick@parcs.ath.cx>
Wed, 17 Jun 2015 18:44:38 +0000 (14:44 -0400)
committerPatrick Palka <patrick@parcs.ath.cx>
Wed, 17 Jun 2015 18:52:09 +0000 (14:52 -0400)
... by mentioning in the manual that setting GDBHISTSIZE to the empty
string disables truncation, like the NEWS entry does.

gdb/doc/ChangeLog:

* gdb.texinfo (Command History): Mention that setting
GDBHISTSIZE to the empty string disables history truncation.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index d38550a4d92447608ac3ab8fd527049d258aff5a..7d8002e895bfcdaa2f38e92cc0196689344dfe43 100644 (file)
@@ -1,3 +1,8 @@
+2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
+
+       * gdb.texinfo (Command History): Mention that setting
+       GDBHISTSIZE to the empty string disables history truncation.
+
 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
 
        PR gdb/16999
index 9889b695c978fcde23f899af1d95b414595674a2..c9a532a366f6da10d3fb006276b5710fa4a6954e 100644 (file)
@@ -22641,9 +22641,9 @@ Stop recording command history in a file.
 Set the number of commands which @value{GDBN} keeps in its history list.
 This defaults to the value of the environment variable @env{GDBHISTSIZE}, or
 to 256 if this variable is not set.  Non-numeric values of @env{GDBHISTSIZE}
-are ignored.  If @var{size} is @code{unlimited} or if @env{GDBHISTSIZE} is a
-negative number, the number of commands @value{GDBN} keeps in the history list
-is unlimited.
+are ignored.  If @var{size} is @code{unlimited} or if @env{GDBHISTSIZE} is
+either a negative number or the empty string, then the number of commands
+@value{GDBN} keeps in the history list is unlimited.
 @end table
 
 History expansion assigns special meaning to the character @kbd{!}.
This page took 0.087266 seconds and 4 git commands to generate.