diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-01-15 19:06:22 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-01-15 19:06:22 +0000 |
commit | 7064928b6295155c6364b49a96cccb5362711154 (patch) | |
tree | 373e5eaa7ac09bf51b5d0d91bdc382388afb51f2 | |
parent | 8973da3a1a5cb6526201a83b24a47baa2428d224 (diff) | |
download | gdb-7064928b6295155c6364b49a96cccb5362711154.zip gdb-7064928b6295155c6364b49a96cccb5362711154.tar.gz gdb-7064928b6295155c6364b49a96cccb5362711154.tar.bz2 |
Doh. s/kdb/kbd/
-rw-r--r-- | gdb/doc/gdbint.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index af3c6c4..bc2225e 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -4967,7 +4967,7 @@ $ for m in gdb insight dejagnu; do done @end example -@subheading Do another @kpd{CVS update} to see what the damage is. +@subheading Do another @kbd{CVS update} to see what the damage is. @example $ ( cd gdb/src && cvs -q update ) |