From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 60348 invoked by alias); 8 Dec 2016 01:38:26 -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 60333 invoked by uid 89); 8 Dec 2016 01:38:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=HTo:D*org.uk, Nix, Hx-languages-length:469, H*Ad:D*pacific.net X-HELO: mail.pacific.net Subject: Re: [PATCH v2 2/5] manual: Convert @tables of variables to @vtables. To: Nix References: <20161206105525.21117-1-ricaljasan@pacific.net> <20161206105525.21117-3-ricaljasan@pacific.net> <87shpzdb07.fsf@esperi.org.uk> Cc: libc-alpha@sourceware.org, joseph@codesourcery.com, mtk.manpages@gmail.com, carlos@redhat.com From: Rical Jasan Message-ID: <2055bbc0-f2ba-59cb-79c4-25e897566795@pacific.net> Date: Thu, 08 Dec 2016 01:38:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <87shpzdb07.fsf@esperi.org.uk> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Null-Tag: c5c2dd6d78ec76e9ea0073008881570b X-SW-Source: 2016-12/txt/msg00262.txt.bz2 On 12/07/2016 07:17 AM, Nix wrote: > On 6 Dec 2016, Rical Jasan outgrape: > >> The @table of the NSS databases are converted to a @table >> because 1) those @items are not variables (and will no longer >> appear in the Variable and Constant Macro Index) > > Should one of these @tables be @vtable instead? Yes, thank you. @vtable is converted to @table here (and s/are/is/). Updated for v3. Rical