* gdbint.texinfo (Coding): Add subsection on command names.
authorDoug Evans <dje@google.com>
Thu, 3 Jun 2010 19:06:59 +0000 (19:06 +0000)
committerDoug Evans <dje@google.com>
Thu, 3 Jun 2010 19:06:59 +0000 (19:06 +0000)
gdb/doc/ChangeLog
gdb/doc/gdbint.texinfo

index 73e226d1118d86c044e2d81c9e6ff8f0bad07f88..dc082035fc17c62a95beb25d49cea4374062e59c 100644 (file)
@@ -1,3 +1,7 @@
+2010-06-03  Doug Evans  <dje@google.com>
+
+       * gdbint.texinfo (Coding): Add subsection on command names.
+
 2010-06-02  Tom Tromey  <tromey@redhat.com>
 
        * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
index 26719e6ee3521d709cbf10b351bae24ff9f9a70d..44703807496a3c1ee95bab3e8e81aba35bd8903b 100644 (file)
@@ -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
This page took 0.033678 seconds and 4 git commands to generate.