From mboxrd@z Thu Jan 1 00:00:00 1970 From: "J.T. Conklin" To: gdb-patches@cygnus.com Subject: patch to fix tipo in description of the remotetimeout variable Date: Tue, 15 Dec 1998 17:52:00 -0000 Message-id: <199812160152.RAA05283@jtc.redbacknetworks.com> X-SW-Source: 1998/msg00122.html 1998-12-15 J.T. Conklin * top.c (init_main): Fix tipo in description of the remotetimeout variable. Index: top.c =================================================================== RCS file: /usr/rback/release/tools-src/gdb/gdb/top.c,v retrieving revision 1.1.1.1 diff -c -r1.1.1.1 top.c *** top.c 1998/12/03 00:05:24 1.1.1.1 --- top.c 1998/12/16 01:32:39 *************** *** 3884,3890 **** 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, --- 3884,3890 ---- 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,