From 1a966eabdfe5d28f2e17f73988c9124cc5b76f31 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Mon, 14 Feb 2005 18:10:11 +0000 Subject: 2005-02-14 Andrew Cagney Mark up add_cmd. * arch-utils.c, avr-tdep.c, breakpoint.c, corefile.c: Update. * cp-abi.c, cp-namespace.c, cp-support.c, dummy-frame.c: Update. * exec.c, gnu-nat.c, go32-nat.c, hppa-tdep.c, infcmd.c: Update. * infrun.c, interps.c, macrocmd.c, maint.c, memattr.c: Update. * mips-tdep.c, ocd.c, osabi.c, printcmd.c, regcache.c: Update. * reggroups.c, remote-fileio.c, remote-rdi.c, remote.c: Update. * sol-thread.c, source.c, stack.c, symfile-mem.c: Update. * symfile.c, thread.c, tracepoint.c, valprint.c, value.c: Update. * win32-nat.c, cli/cli-cmds.c, cli/cli-dump.c: Update. * cli/cli-logging.c, tui/tui-regs.c: Update. --- gdb/valprint.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'gdb/valprint.c') diff --git a/gdb/valprint.c b/gdb/valprint.c index 0085d7d..189d1b9 100644 --- a/gdb/valprint.c +++ b/gdb/valprint.c @@ -1272,14 +1272,14 @@ _initialize_valprint (void) independent variables to be either set or shown with a single command. So the usual deprecated_add_set_cmd() and add_show_from_set() commands aren't really appropriate. */ - add_cmd ("radix", class_support, set_radix, - "Set default input and output number radices.\n\ + add_cmd ("radix", class_support, set_radix, _("\ +Set default input and output number radices.\n\ Use 'set input-radix' or 'set output-radix' to independently set each.\n\ -Without an argument, sets both radices back to the default value of 10.", +Without an argument, sets both radices back to the default value of 10."), &setlist); - add_cmd ("radix", class_support, show_radix, - "Show the default input and output number radices.\n\ -Use 'show input-radix' or 'show output-radix' to independently show each.", + add_cmd ("radix", class_support, show_radix, _("\ +Show the default input and output number radices.\n\ +Use 'show input-radix' or 'show output-radix' to independently show each."), &showlist); /* Give people the defaults which they are used to. */ -- cgit v1.1