From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 42313 invoked by alias); 8 May 2018 13:38:12 -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 42301 invoked by uid 89); 8 May 2018 13:38:12 -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,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com Subject: Re: [PATCH 1/4] Reorganize manual sections on cryptography and random numbers. To: Zack Weinberg Cc: GNU C Library , Carlos O'Donell , Rical Jasan References: <20180506175153.22629-1-zackw@panix.com> <20180506175153.22629-2-zackw@panix.com> <593da6db-b02a-d233-4a85-f09d8903c06e@redhat.com> From: Florian Weimer Message-ID: <2af8729f-40ab-287f-3acf-f911ebb941f1@redhat.com> Date: Tue, 08 May 2018 13:38:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2018-05/txt/msg00260.txt.bz2 On 05/08/2018 03:37 PM, Zack Weinberg wrote: > 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"). Oh, how unfortunate. Well, I guess then this patch is okay as-is. Thanks, Florian