fix a few typos
authorDavid MacKenzie <djm@cygnus>
Fri, 10 Sep 1993 13:36:07 +0000 (13:36 +0000)
committerDavid MacKenzie <djm@cygnus>
Fri, 10 Sep 1993 13:36:07 +0000 (13:36 +0000)
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index faa0886..2eed889 100644 (file)
@@ -1,3 +1,7 @@
+Fri Sep 10 06:34:20 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
+
+       * gdb.texinfo: Fix a few typos.
+
 Wed Sep  8 09:11:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * gdb.texinfo: Clarify how well it works with Fortran.
index 4276722..aaddb7c 100644 (file)
@@ -3805,7 +3805,7 @@ The left operand of @samp{@@} must reside in memory.  Array values made
 with @samp{@@} in this way behave just like other arrays in terms of
 subscripting, and are coerced to pointers when used in expressions.
 Artificial arrays most often appear in expressions via the value history
-(@pxref{Value History, ,Value history}), after printing one out.)
+(@pxref{Value History, ,Value history}), after printing one out.
 
 Sometimes the artificial array mechanism is not quite enough; in
 moderately complex data structures, the elements of interest may not
@@ -4036,7 +4036,7 @@ each time your program stops.  @xref{Expressions, ,Expressions}.
 @item display/@var{fmt} @var{exp}
 For @var{fmt} specifying only a display format and not a size or
 count, add the expression @var{exp} to the auto-display list but
-arranges to display it each time in the specified format @var{fmt}.
+arrange to display it each time in the specified format @var{fmt}.
 @xref{Output Formats,,Output formats}.
 
 @item display/@var{fmt} @var{addr}
@@ -5202,7 +5202,7 @@ Address operator.  Defined on variables.  Same precedence as @code{++}.
 @ifclear CONLY
 For debugging C++, @value{GDBN} implements a use of @samp{&} beyond what is
 allowed in the C++ language itself: you can use @samp{&(&@var{ref})}
-(or, if you prefer, simply @samp{&&@var{ref}} to examine the address
+(or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
 where a C++ reference variable (declared with @samp{&@var{ref}}) is
 stored.
 @end ifclear