From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13388 invoked by alias); 18 May 2017 08:11:02 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 13278 invoked by uid 89); 18 May 2017 08:11:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.8 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_1,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: smtp.pacific.net Subject: Re: [PATCH v3 5/7] manual: Convert @tables of annotated @items to @vtables. To: libc-alpha@sourceware.org References: <04419bff545d1647a0c23b72b3498c9f1b04beab.1494920105.git.ricaljasan@pacific.net> Cc: Joseph Myers , Carlos O'Donell , Michael Kerrisk From: Rical Jasan Message-ID: Date: Thu, 18 May 2017 08:11:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2017-05/txt/msg00530.txt.bz2 On 05/16/2017 04:53 AM, Joseph Myers wrote: > On Tue, 16 May 2017, Rical Jasan wrote: >> The conversion script will convert these annotations, but the >> replacement Summary-generation script won't catch them because @items >> in @tables are not generally considered annotatable, causing them to >> be skipped over (or cause errors). Using @vtable ensures their >> continued presence in the Summary, with the added benefit that Texinfo >> will also automatically include them in the Variable and Constant >> Macro index now. >> >> * manual/conf.texi: Convert @tables of annotated @items to >> @vtables. >> * manual/lang.texi: Likewise. >> * manual/pattern.texi: Likewise. >> * manual/resource.texi: Likewise. >> * manual/socket.texi: Likewise. > > OK. Committed. Rical