From aaf4119b64dd16c9d968395e656b27bdd0df0d01 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Thu, 3 Jun 2010 19:06:59 +0000 Subject: [PATCH] * gdbint.texinfo (Coding): Add subsection on command names. --- gdb/doc/ChangeLog | 4 ++++ gdb/doc/gdbint.texinfo | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 73e226d111..dc082035fc 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2010-06-03 Doug Evans + + * gdbint.texinfo (Coding): Add subsection on command names. + 2010-06-02 Tom Tromey * gdb.texinfo (Maintenance Commands): Document maint set dwarf2 diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 26719e6ee3..4470380749 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -6245,6 +6245,10 @@ the code detected a user error, recovered from it and issued a @code{warning} or the code failed to correctly recover from the user error and issued an @code{internal_error}.} +@subsection Command Names + +GDB U/I commands are written @samp{foo-bar}, not @samp{foo_bar}. + @subsection File Names Any file used when building the core of @value{GDBN} must be in lower -- 2.34.1