From: Joel Brobecker Date: Tue, 19 Jan 2010 10:31:51 +0000 (+0000) Subject: Fix typo in GDB documentation. X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=8d57687244175fd1e0472ffdaed19c6954c5f2d1;p=deliverable%2Fbinutils-gdb.git Fix typo in GDB documentation. * gdb.texinfo (Command Files): Fix typo. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index a3d2266c0e..15d30a8cd8 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2010-01-19 Joel Brobecker + + * gdb.texinfo (Command Files): Fix typo. + 2010-01-18 Tom Tromey * gdb.texinfo (File Options): Document -x on .py files. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index d37712b5df..d716d0d07d 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -19164,7 +19164,7 @@ each command as it is executed. The option must be given before If @var{filename} ends in @samp{.py}, then @value{GDBN} evaluates the contents of the file as Python code. If Python support is not compiled -in to @value{GDBN}, then the file is assumed to contain @value{GDBN} +into @value{GDBN}, then the file is assumed to contain @value{GDBN} commands, regardless of its extension. Commands that would ask for confirmation if used interactively proceed