diff options
author | Roland Pesch <pesch@cygnus> | 1992-06-24 20:55:36 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1992-06-24 20:55:36 +0000 |
commit | 84c2fcadfcdf6e8d4e62d3fd6d58bfc781adb0df (patch) | |
tree | 5641576e947c94a05764f64ec708916a4908ec3c /gdb | |
parent | 6f3ec223dc7add0ed9a54eaed9d5fb89d2efe4f9 (diff) | |
download | gdb-84c2fcadfcdf6e8d4e62d3fd6d58bfc781adb0df.zip gdb-84c2fcadfcdf6e8d4e62d3fd6d58bfc781adb0df.tar.gz gdb-84c2fcadfcdf6e8d4e62d3fd6d58bfc781adb0df.tar.bz2 |
Fix typo (place where GDB name was not given as _GDBN__).
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index ac365c6..21499ed 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -1152,7 +1152,7 @@ arguments. This is equivalent to @samp{shell make @var{make-args}}. You can abbreviate a _GDBN__ command to the first few letters of the command name, if that abbreviation is unambiguous; and you can repeat certain -GDB commands by typing just @key{RET}. You can also use the @key{TAB} +_GDBN__ commands by typing just @key{RET}. You can also use the @key{TAB} key to get _GDBN__ to fill out the rest of a word in a command (or to show you the alternatives available, if there's more than one possibility). |