diff options
author | Doug Evans <dje@google.com> | 2010-06-03 19:06:59 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2010-06-03 19:06:59 +0000 |
commit | aaf4119b64dd16c9d968395e656b27bdd0df0d01 (patch) | |
tree | a63e05ba7f947246102ee11b29fd5048b46af627 /gdb/doc/gdbint.texinfo | |
parent | e7a30f46472b83892b352223e7288039be23c320 (diff) | |
download | gdb-aaf4119b64dd16c9d968395e656b27bdd0df0d01.zip gdb-aaf4119b64dd16c9d968395e656b27bdd0df0d01.tar.gz gdb-aaf4119b64dd16c9d968395e656b27bdd0df0d01.tar.bz2 |
* gdbint.texinfo (Coding): Add subsection on command names.
Diffstat (limited to 'gdb/doc/gdbint.texinfo')
-rw-r--r-- | gdb/doc/gdbint.texinfo | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 26719e6..4470380 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 |