From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27592 invoked by alias); 10 Jun 2014 00:46:35 -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 27579 invoked by uid 89); 10 Jun 2014 00:46:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ie0-f178.google.com Received: from mail-ie0-f178.google.com (HELO mail-ie0-f178.google.com) (209.85.223.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 10 Jun 2014 00:46:32 +0000 Received: by mail-ie0-f178.google.com with SMTP id rl12so6544634iec.37 for ; Mon, 09 Jun 2014 17:46:30 -0700 (PDT) X-Received: by 10.43.58.203 with SMTP id wl11mr16475552icb.76.1402361190742; Mon, 09 Jun 2014 17:46:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.20.169 with HTTP; Mon, 9 Jun 2014 17:46:10 -0700 (PDT) In-Reply-To: <831tuy2kzi.fsf@gnu.org> References: <831tuy2kzi.fsf@gnu.org> From: Mingjie Xing Date: Tue, 10 Jun 2014 00:46:00 -0000 Message-ID: Subject: Re: [patch] Share options between info and man page To: Eli Zaretskii Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-06/txt/msg00410.txt.bz2 Hi, 2014-06-09 22:52 GMT+08:00 Eli Zaretskii : > The text of these two portions is different, so you are actually > changing the man page contents. Also, the @node and @section lines > are probably inappropriate for a man page. Yes, but you can see that the man page contents are almost same with those sections. For an example, gcc's man page and info page use the same file 'invoke.texi' which includes @node and @section lines. Thanks, Mingjie