From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x634.google.com (mail-ej1-x634.google.com [IPv6:2a00:1450:4864:20::634]) by sourceware.org (Postfix) with ESMTPS id CF64B384B070 for ; Sun, 14 Mar 2021 20:53:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org CF64B384B070 Received: by mail-ej1-x634.google.com with SMTP id p8so62904190ejb.10 for ; Sun, 14 Mar 2021 13:53:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:cc:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=i7Ixiiv2HwTfefivIDHW0RbUnPqfoMkG6EGVCXNxf38=; b=VzKUgHY1ofVI1I1XGu6ll+SVjIjGVzXEx/HhL7QS84MIugAUlJy85QYAZjh+XSrsyB 74MQKLiHJDhCol1RKc2kqhxa13LQSfDtKefocLyZlB3Udq50GoS4kmnPFAMUdSq5LnrQ f5MrlNG85ES1+viyozS8PgolSjccZtwfG28zgoV8e3xtM7Sj1XadV0iI5Eg4zGN6vsBc eAkoYjoarq/ngvecTvMUkfrh7GaKKmkCv2zCaKsUgadHdx0SeOY5lhdSIynDhdQgz6YP eKPElHpGXnOtgGQkvemGEVLFnCfSTyxDt6qB6CpeyM2vipRVHLLJSjsaaBP/Z5eZwQDJ 0Mvg== X-Gm-Message-State: AOAM531nf0I8cSkFGKp7/q0snFgXdd8OM0yj/5vga44reNa0sb0y0ncs T4qIirgZ/4a7Pn/B1bGexpA= X-Google-Smtp-Source: ABdhPJzHkKk7FBQCo3egxPoHIJFvxpJcuBrKikU49g/mOkxP+SX1R3sN3LBrfLWDft7p/+4dqukjbw== X-Received: by 2002:a17:906:d157:: with SMTP id br23mr20771879ejb.192.1615755223981; Sun, 14 Mar 2021 13:53:43 -0700 (PDT) Received: from ?IPv6:2001:a61:3a2d:1d01:99ab:4f20:ed7f:402b? ([2001:a61:3a2d:1d01:99ab:4f20:ed7f:402b]) by smtp.gmail.com with ESMTPSA id q10sm6728402eds.67.2021.03.14.13.53.43 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 14 Mar 2021 13:53:43 -0700 (PDT) Cc: mtk.manpages@gmail.com, linux-man@vger.kernel.org, libc-alpha@sourceware.org, Heinrich Schuchardt Subject: Re: [PATCH 00/24] man3: SYNOPSIS: Use 'restrict' in prototypes (batch 5) To: Alejandro Colomar References: <20210310183149.194717-1-alx.manpages@gmail.com> From: "Michael Kerrisk (man-pages)" Message-ID: <8d280f7b-034a-3b91-5f50-60bf2cbbcaf3@gmail.com> Date: Sun, 14 Mar 2021 21:53:43 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_SHORT, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Mar 2021 20:53:46 -0000 On 3/14/21 9:51 PM, Michael Kerrisk (man-pages) wrote: > Hello Alex, > > On 3/10/21 7:31 PM, Alejandro Colomar wrote: >> This fixes up til trunc.3 > > trunc.3? I'm a little confused, since the last patch is for swab.3. > >> (I didn't send you scanf.3 >> in this patch set because I did in my mom's computer and forgot to push). > > :-). > >> When you come back and merge all of the pending patches, I'll send/resend >> anything that's not in sync anyway. >> So don't worry about missing some of them. > > I've applied all of the below patches. > > Thanks once again for all of this work! I forgot to mention that you seem to have made a local fix for a small white-space bug in sigwait.3, but didn't send me that patch. Consequently, the sigwait.3 patchy didn't apply until I made the same fix. Thanks, Michael -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/