"<command>" string from the call to add_com.
* remote-sim.c (_initialize_remote_sim): Ditto.
* remote-utils.c (_initialize_sr_support): Ditto.
* remote-mips.c (_initialize_remote_mips): Ditto.
+2005-04-22 Eli Zaretskii <eliz@gnu.org>
+
+ * remote-st.c (_initialize_remote_st2000): Remove the extraneous
+ "<command>" string from the call to add_com.
+
+ * remote-sim.c (_initialize_remote_sim): Ditto.
+
+ * remote-utils.c (_initialize_sr_support): Ditto.
+
+ * remote-mips.c (_initialize_remote_mips): Ditto.
+
2005-04-21 David S. Miller <davem@davemloft.net>
* sparc-linux-tdep.c (sparc32_linux_sigframe_init): New function.
NULL, /* FIXME: i18n: */
&setlist, &showlist);
- add_com ("pmon <command>", class_obscure, pmon_command,
+ add_com ("pmon", class_obscure, pmon_command,
_("Send a packet to PMON (must be in debug mode)."));
add_setshow_boolean_cmd ("mask-address", no_class, &mask_address_p, _("\
init_gdbsim_ops ();
add_target (&gdbsim_ops);
- add_com ("sim <command>", class_obscure, simulator_command,
+ add_com ("sim", class_obscure, simulator_command,
_("Send a command to the simulator."));
}
{
init_st2000_ops ();
add_target (&st2000_ops);
- add_com ("st2000 <command>", class_obscure, st2000_command,
+ add_com ("st2000", class_obscure, st2000_command,
_("Send a command to the STDBUG monitor."));
add_com ("connect", class_obscure, connect_command, _("\
Connect the terminal directly up to the STDBUG command monitor.\n\
NULL, /* FIXME: i18n: */
&setlist, &showlist);
- add_com ("remote <command>", class_obscure, sr_com,
+ add_com ("remote", class_obscure, sr_com,
_("Send a command to the remote monitor."));
}