comment changes only
authorK. Richard Pixley <rich@cygnus>
Thu, 22 Apr 1993 23:34:57 +0000 (23:34 +0000)
committerK. Richard Pixley <rich@cygnus>
Thu, 22 Apr 1993 23:34:57 +0000 (23:34 +0000)
gdb/ChangeLog
gdb/command.c

index a0823c5ada37550622d2e74ae5078f87ae4677e1..8fc314615d3de40534b3ddbf141970248bdd7fa0 100644 (file)
@@ -1,5 +1,7 @@
 Thu Apr 22 16:24:36 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
 
+       * comand.c: comment changes only.
+
        * mips-tdep.c (heuristic_fence_post): new static variable.
          (heuristic_proc_start): use heuristic_fence_post, print better
          warnings, but only if not stop_soon_quietly.
index 092f860ddbde2aa44ecb0c2cce5b36b10b6900c5..4eac4a666f0a2c17e6f9e128848f4d45f283b6d5 100644 (file)
@@ -45,7 +45,9 @@ parse_binary_operation PARAMS ((char *));
 static void
 print_doc_line PARAMS ((FILE *, char *));
 
-/* Add element named NAME to command list *LIST.
+/* Add element named NAME.
+   CLASS is the top level category into which commands are broken down
+   for "help" purposes.
    FUN should be the function to execute the command;
    it will get a character string as argument, with leading
    and trailing blanks already eliminated.
@@ -53,7 +55,9 @@ print_doc_line PARAMS ((FILE *, char *));
    DOC is a documentation string for the command.
    Its first line should be a complete sentence.
    It should start with ? for a command that is an abbreviation
-   or with * for a command that most users don't need to know about.  */
+   or with * for a command that most users don't need to know about.
+
+   Add this command to command list *LIST.  */
 
 struct cmd_list_element *
 add_cmd (name, class, fun, doc, list)