guile.texi (Basic Guile): Fix some typos.
authorAndy Wingo <wingo@igalia.com>
Mon, 26 May 2014 22:34:24 +0000 (15:34 -0700)
committerDoug Evans <xdje42@gmail.com>
Mon, 26 May 2014 22:34:24 +0000 (15:34 -0700)
gdb/doc/ChangeLog
gdb/doc/guile.texi

index 7d8ebb89e86c4c1d1f22ad8ccbaecac582fcff47..a5784ef7618879a42b05e81c724353a82710b70c 100644 (file)
@@ -1,3 +1,7 @@
+2014-05-26  Andy Wingo  <wingo@igalia.com>
+
+       * guile.texi (Basic Guile): Fix some typos.
+
 2014-05-26  Andy Wingo  <wingo@igalia.com>
 
        * guile.texi (Writing a Guile Pretty-Printer)
index fc63cb273516b098766c083f56aba07cc923da85..7082ef9d1825f783e830d0805a71578cad317547 100644 (file)
@@ -238,7 +238,7 @@ int
 The @code{(gdb)} module provides these basic Guile functions.
 
 @c TODO: line length 
-@deffn {Scheme Procedure} execute command @r{[}#:from-tty boolean@r{]}@r{[}#:to-string boolean@r{]}
+@deffn {Scheme Procedure} execute command @r{[}#:from-tty boolean@r{]} @r{[}#:to-string boolean@r{]}
 Evaluate @var{command}, a string, as a @value{GDBN} CLI command.
 If a @value{GDBN} exception happens while @var{command} runs, it is
 translated as described in
@@ -251,7 +251,7 @@ It must be a boolean value.  If omitted, it defaults to @code{#f}.
 By default, any output produced by @var{command} is sent to
 @value{GDBN}'s standard output (and to the log output if logging is
 turned on).  If the @var{to-string} parameter is
-@code{#t}, then output will be collected by @code{gdb.execute} and
+@code{#t}, then output will be collected by @code{execute} and
 returned as a string.  The default is @code{#f}, in which case the
 return value is unspecified.  If @var{to-string} is @code{#t}, the
 @value{GDBN} virtual terminal will be temporarily set to unlimited width
This page took 0.032145 seconds and 4 git commands to generate.