Tom Tromey wrote: > > Michael> add_info ("threads", info_threads_command, > Michael> _("Usage: info threads [ID]. Display currently known > Michael> threads.\n\ > Michael> If ID is given, display only that thread;\ > Michael> otherwise, all threads are displayed.")); > > I think I'd like it if the Usage was always on its own line. > How about: > > Display currently known threads. > Usage: info threads [ID] > If ID is given, it is the id of the sole thread to display. > Otherwise, all threads are displayed. OK, so modified, and combined with the new 'thread find' patch. Documentation and NEWS also attached.