From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
authorFred Fish <fnf@specifix.com>
Sat, 16 Mar 1996 22:16:06 +0000 (22:16 +0000)
committerFred Fish <fnf@specifix.com>
Sat, 16 Mar 1996 22:16:06 +0000 (22:16 +0000)
* gdb.texinfo (Expressions): Fix erroneous array constant example.

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

index ec07d0459ef909d42f739f031c9dcf35b4e3e237..ec007f54b3543ac3a63a5ed3e86f0410aac2346e 100644 (file)
@@ -1,7 +1,11 @@
+Sat Mar 16 15:10:20 1996  Fred Fish  <fnf@cygnus.com>
+
+       From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
+       * gdb.texinfo (Expressions): Fix erroneous array constant example.
+
 Sat Mar 16 13:28:45 1996  Fred Fish  <fnf@cygnus.com>
 
-       * gdb.texinfo: Add missing "@bullet" to some "@itemize"
-       commands.
+       * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
 
 Sat Feb 10 03:28:36 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
 
index 7628a5d236b51ee8d38b348cf7c8132715c5f175..89bfa832df6d05f8470f1a47002efcf529d248ec 100644 (file)
@@ -4000,8 +4000,8 @@ and string constants.  It unfortunately does not include symbols defined
 by preprocessor @code{#define} commands.
 
 @value{GDBN} now supports array constants in expressions input by
-the user.  The syntax is @var{element, element@dots{}}.  For example,
-you can now use the command @code{print @{1 2 3@}} to build up an array in 
+the user.  The syntax is @var{@{element, element@dots{}@}}.  For example,
+you can now use the command @code{print @{1, 2, 3@}} to build up an array in 
 memory that is malloc'd in the target program.
 
 @ifclear CONLY