From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 40757 invoked by alias); 8 May 2018 13:37:10 -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 40747 invoked by uid 89); 8 May 2018 13:37:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=H*Ad:D*io X-HELO: mailbackend.panix.com X-Gm-Message-State: ALQs6tArdUo13mPQUk90V8/r0U8No7pSWMslfRD+z3EPmKsg3nCiaI0l ZhKvGep3iNi5aQtstdJmaNilIVF5bNlN3N8Cx4Q= X-Google-Smtp-Source: AB8JxZohk1KrLC75Rjal/fXerUsMRIo5EFZkab2JBcm8pXrJFxnd9yffMtAwpgp70WdYGgKs3b8QhRhRHdgDplcg090= X-Received: by 2002:a9d:5721:: with SMTP id p30-v6mr32215603oth.374.1525786625857; Tue, 08 May 2018 06:37:05 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <593da6db-b02a-d233-4a85-f09d8903c06e@redhat.com> References: <20180506175153.22629-1-zackw@panix.com> <20180506175153.22629-2-zackw@panix.com> <593da6db-b02a-d233-4a85-f09d8903c06e@redhat.com> From: Zack Weinberg Date: Tue, 08 May 2018 13:37:00 -0000 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 1/4] Reorganize manual sections on cryptography and random numbers. To: Florian Weimer Cc: GNU C Library , "Carlos O'Donell" , Rical Jasan Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2018-05/txt/msg00259.txt.bz2 On Tue, May 8, 2018 at 9:29 AM, Florian Weimer wrote: >> * manual/arith.texi, manual/time.texi: Update chapter-level node >> pointers. > > Do we still need to maintain node pointers manually? Yes, unfortunately, libc-texinfo.sh needs them (that's the script that generates the "top menu"). zw