From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x436.google.com (mail-wr1-x436.google.com [IPv6:2a00:1450:4864:20::436]) by sourceware.org (Postfix) with ESMTPS id F295A3857C60 for ; Fri, 19 Mar 2021 20:59:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org F295A3857C60 Received: by mail-wr1-x436.google.com with SMTP id b9so10418713wrt.8 for ; Fri, 19 Mar 2021 13:59:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=MlX6HR69Zf0+cWFVizGgA3h2XO3GfEFDa+Wk3l4uVh4=; b=qMMflWnUVKLLsyVZBBtInMZDuG5KJ9ubVF0gQohdFakSVAlWUaHeCXqVjLec0P/WmH eWo9TYniq1nE0dbZcyETzznQK/in2bqIh+jLxv8XTx1ZgSmz8nD3aykTW49eQ1tphKkO SNJSVQ6OY8v7meQ0ieY+DbsKswHCMYtH9KGce4C+jL3LEO3MxxC8puKWHDOmFeDP9/v2 eEA9+bB2AWVCjFITPnV2mLe65lRCGHIUfqmW0bZhj8cESmevLASMR+vyS+moBcbS1BB2 KGyXR0vOis9JpMch8YnGLgAZj5fl3EFVtMnIG++8F8AgWIBnQOhSXFbMX6wzWPFA02CM PvNg== X-Gm-Message-State: AOAM531jtugo7qPfVkevHwVBgwoIZBs4dBoIcl2vbg8h0oSYNDi72PU7 IH5v6MwlQdLzDKymM4UGcsg= X-Google-Smtp-Source: ABdhPJyNhi6GxOF8KQZJ3OMVMWvNeaCwaqzb2+X+4Ae/3GCc3rTHrv2bhhx82zvQYDD7NONLEk9g/A== X-Received: by 2002:adf:fecc:: with SMTP id q12mr6284284wrs.317.1616187591203; Fri, 19 Mar 2021 13:59:51 -0700 (PDT) Received: from [192.168.0.160] ([170.253.36.171]) by smtp.gmail.com with ESMTPSA id f16sm9369203wrt.21.2021.03.19.13.59.50 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 19 Mar 2021 13:59:50 -0700 (PDT) Subject: Re: [PATCH 00/24] man3: SYNOPSIS: Use 'restrict' in prototypes (batch 5) To: "Michael Kerrisk (man-pages)" Cc: linux-man@vger.kernel.org, libc-alpha@sourceware.org, Heinrich Schuchardt References: <20210310183149.194717-1-alx.manpages@gmail.com> From: "Alejandro Colomar (man-pages)" Message-ID: <9ef3b4d9-403b-4e75-8170-3a700fb597e8@gmail.com> Date: Fri, 19 Mar 2021 21:59:50 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 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=-6.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, 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: Fri, 19 Mar 2021 20:59:54 -0000 Hi Michael, 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. Ahh, I was also confused after your email. Now I understand it. I checked more pages after swab.3, but they didn't require changes. I wrote the last page I checked so that I wouldn't check them again in the next batch :) > >> (I didn't send you scanf.3 >> in this patch set because I did in my mom's computer and forgot to push). > > :-). Hehe > >> 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! :-) > > Cheers, > > Michael > >> Alejandro Colomar (24): >> sem_getvalue.3: SYNOPSIS: Use 'restrict' in prototypes >> sem_wait.3: SYNOPSIS: Use 'restrict' in prototypes >> setaliasent.3: SYNOPSIS: Use 'restrict' in prototypes >> setbuf.3: SYNOPSIS: Use 'restrict' in prototypes >> setbuf.3: SYNOPSIS: Use 'restrict' in prototypes >> setnetgrent.3: SYNOPSIS: Use 'restrict' in prototypes >> sigwait.3: SYNOPSIS: Use 'restrict' in prototypes >> statvfs.3: SYNOPSIS: Use 'restrict' in prototypes >> stpcpy.3: SYNOPSIS: Use 'restrict' in prototypes >> stpncpy.3: SYNOPSIS: Use 'restrict' in prototypes >> strcat.3: SYNOPSIS: Use 'restrict' in prototypes >> strcpy.3: SYNOPSIS: Use 'restrict' in prototypes >> strfmon.3: SYNOPSIS: Use 'restrict' in prototypes >> strftime.3: SYNOPSIS: Use 'restrict' in prototypes >> string.3: SYNOPSIS: Use 'restrict' in prototypes >> string.3: SYNOPSIS: Use 'restrict' in prototypes >> strptime.3: SYNOPSIS: Use 'restrict' in prototypes >> strsep.3: SYNOPSIS: Use 'restrict' in prototypes >> strtod.3: SYNOPSIS: Use 'restrict' in prototypes >> strtoimax.3: SYNOPSIS: Use 'restrict' in prototypes >> strtok.3: SYNOPSIS: Use 'restrict' in prototypes >> strtol.3, strtoul.3: SYNOPSIS: Use 'restrict' in prototypes >> strxfrm.3: SYNOPSIS: Use 'restrict' in prototypes >> swab.3: SYNOPSIS: Use 'restrict' in prototypes -- Alejandro Colomar Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/ http://www.alejandro-colomar.es/