From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26246 invoked by alias); 10 Jun 2014 17:56:15 -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 26235 invoked by uid 89); 10 Jun 2014 17:56:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout20.012.net.il Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 10 Jun 2014 17:56:11 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0N6Y00H00SGU9V00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Tue, 10 Jun 2014 20:56:09 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N6Y00HI3SHK9J00@a-mtaout20.012.net.il>; Tue, 10 Jun 2014 20:56:09 +0300 (IDT) Date: Tue, 10 Jun 2014 17:56:00 -0000 From: Eli Zaretskii Subject: Re: [patch] Share options between info and man page In-reply-to: To: Mingjie Xing Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <8338fc1wed.fsf@gnu.org> References: <831tuy2kzi.fsf@gnu.org> <83ioo91nnk.fsf@gnu.org> X-IsSubscribed: yes X-SW-Source: 2014-06/txt/msg00422.txt.bz2 > From: Mingjie Xing > Date: Tue, 10 Jun 2014 15:00:12 +0800 > Cc: gdb-patches@sourceware.org > > I made a compare and find that only one paragraph and one option are > unique to man page: > > "All the options and command line arguments you give are processed > in sequential order. The order makes a difference when the @option{-x} > option is used." > > and > > "@item -help > @itemx -h > List all options, with brief explanations." > > I've preserved them and moved to 'File Options'. > > On the other hand, there are many options missing in man page which > can be resolved by sharing. > > >> For an example, gcc's man page and info page use the > >> same file 'invoke.texi' which includes @node and @section lines. > > > > I'm sorry, but GCC's example is unlikely to convince me, because I > > consider the GCC documentation to be one of the worst examples in the > > GNU project. I can never find useful up to date information there > > when I'm looking for it. > > > > It should be easy to keep the @node and @chapter out of the man page. > > Done. Thanks. This looks good to me. If no one objects, it should go in soon.