From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16279 invoked by alias); 6 Apr 2013 09:31:48 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 16266 invoked by uid 89); 6 Apr 2013 09:31:48 -0000 X-Spam-SWARE-Status: No, score=-4.3 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,SPF_SOFTFAIL autolearn=no version=3.3.1 Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sat, 06 Apr 2013 09:31:45 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MKT00D00UFK2300@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Sat, 06 Apr 2013 12:31:38 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MKT00CDQUGQW270@a-mtaout21.012.net.il>; Sat, 06 Apr 2013 12:31:38 +0300 (IDT) Date: Sat, 06 Apr 2013 19:26:00 -0000 From: Eli Zaretskii Subject: Re: [commit] [doc patch] gdbserver.1: Document all the options and --multi In-reply-to: <20130406090127.GA8842@host2.jankratochvil.net> To: Jan Kratochvil Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <838v4wdmyp.fsf@gnu.org> References: <20130405181316.GA3675@host2.jankratochvil.net> <83ppy8es8n.fsf@gnu.org> <20130405202033.GA11174@host2.jankratochvil.net> <83k3ogdvzg.fsf@gnu.org> <20130406064724.GA483@host2.jankratochvil.net> <83eheodp4o.fsf@gnu.org> <20130406090127.GA8842@host2.jankratochvil.net> X-SW-Source: 2013-04/txt/msg00155.txt.bz2 > Date: Sat, 6 Apr 2013 11:01:27 +0200 > From: Jan Kratochvil > Cc: gdb-patches@sourceware.org > > On Sat, 06 Apr 2013 10:44:55 +0200, Eli Zaretskii wrote: > > > I do not think it would be good, (1) the --multi mode is IMO an unusual one, > > > a special case and (2) I also tried to generally keep the "gdbserver --help" > > > output order. > > > > Then let me suggest something specific: > > That is most readable, thanks for the work. > > Checked in. Thanks. When formatted, the generated man pages have something weird on their last line: gdb- 2013-04-06 GDB(1) It seems to come from this line in gdb.1: .TH GDB 1 "2013-04-06" "gdb-" "GNU Development Tools" Is that "gdb-" part due to some local problem on my system? (I produced the man pages without running configure, using Makefile.in, so perhaps that screws up the results.)