From mboxrd@z Thu Jan 1 00:00:00 1970 From: "J.T. Conklin" To: gdb-patches@cygnus.com Subject: patch to fix typo in top.c Date: Fri, 29 Jan 1999 15:00:00 -0000 Message-ID: <199901292300.PAA11333@jtc.redbacknetworks.com> X-SW-Source: 1999-01/msg00029.html Message-ID: <19990129150000.ed-pcLHiRI4jaddr3YI8nVjrzUupwZf4_WOe8EPmVpk@z> I may have lost track and sent this one in before; if not, here's a patch. --jtc Index: top.c =================================================================== RCS file: /usr/rback/release/tools-src/gdb/gdb/top.c,v retrieving revision 1.1.1.3 diff -c -r1.1.1.3 top.c *** top.c 1998/12/28 18:43:14 1.1.1.3 --- top.c 1999/01/29 22:45:40 *************** *** 3608,3614 **** add_set_cmd ("remotetimeout", no_class, var_integer, (char *)&remote_timeout, "Set timeout limit to wait for target to respond.\n\ This value is used to set the time limit for gdb to wait for a response\n\ ! from he target.", &setlist), &showlist); c = add_set_cmd ("annotate", class_obscure, var_zinteger, --- 3608,3614 ---- add_set_cmd ("remotetimeout", no_class, var_integer, (char *)&remote_timeout, "Set timeout limit to wait for target to respond.\n\ This value is used to set the time limit for gdb to wait for a response\n\ ! from the target.", &setlist), &showlist); c = add_set_cmd ("annotate", class_obscure, var_zinteger,