From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27006 invoked by alias); 6 Dec 2016 15:46:41 -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 26996 invoked by uid 89); 6 Dec 2016 15:46:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,URIBL_RED autolearn=ham version=3.3.2 spammy=Hx-languages-length:1691 X-HELO: relay1.mentorg.com Date: Tue, 06 Dec 2016 15:46:00 -0000 From: Joseph Myers To: Rical Jasan CC: , , Subject: Re: [PATCH v2 2/5] manual: Convert @tables of variables to @vtables. In-Reply-To: <20161206105525.21117-3-ricaljasan@pacific.net> Message-ID: References: <20161206105525.21117-1-ricaljasan@pacific.net> <20161206105525.21117-3-ricaljasan@pacific.net> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-SW-Source: 2016-12/txt/msg00178.txt.bz2 On Tue, 6 Dec 2016, Rical Jasan wrote: > Using a @vtable provides a context for processing @items > whereby it can be known the @items should have header and > standards annotations. This commit converts @tables of such > @items to @vtables in order to establish a framework for > automated processing. > > A pleasant consequence of these changes are that @items > previously absent from the Variable and Constant Macro Index > are present now. Any @vindex entries are removed, being > unnecessary, as they are automatically indexed due to being in > a @vtable. Note that @vindex entries previously detected by > summary.awk will still be detected as @items with appropriate > annotations. > > 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) and 2) they > do not need header and standards annotations, so the incorrect > context is fixed. > > * manual/arith.texi: Convert @tables of variables to @vtables. > * manual/filesys.texi: Likewise. > * manual/llio.texi: Likewise. > * manual/memory.texi: Likewise. > * manual/process.texi: Likewise. > * manual/resource.texi: Likewise. > * manual/search.texi: Likewise. > * manual/signal.texi: Likewise. > * manual/socket.texi: Likewise. > * manual/stdio.texi: Likewise. > * manual/sysinfo.texi: Likewise. > * manual/syslog.texi: Likewise. > * manual/terminal.texi: Likewise. > * manual/time.texi: Likewise. > * manual/users.texi: Likewise. > * manual/nss.texi: Convert an incorrect @vtable to a @table. OK. -- Joseph S. Myers joseph@codesourcery.com