From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x52e.google.com (mail-ed1-x52e.google.com [IPv6:2a00:1450:4864:20::52e]) by sourceware.org (Postfix) with ESMTPS id 56548384B070 for ; Sun, 14 Mar 2021 20:51:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 56548384B070 Received: by mail-ed1-x52e.google.com with SMTP id b16so2207838eds.7 for ; Sun, 14 Mar 2021 13:51:49 -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=VjIfwdcHqI6iK6hSJ7k7S0h7kK0ccAlZ7PPns3fQdJ4=; b=c/MHxXonh8vQ2zC0oX9YOeBjCf2WS2KgX8EKez7h/8bDdl/APYOJDJ7M0PrGptZyFy 7Lnd0cqb78ZluZb3CKEf56o8FghBbZYG5GLookzE4jqVI7jV6tr/fH2rf9sqRp15k+ql rw/7bvLZq4wOxV9AqNg74ykYHPaRuwezDhpxN4D+6jeOlyk3dKvcMA2UpTUp3KFfQ2Au y2qS0/8kQ3DBMCsGkjNWFN7beUzi++pkl81DDitLxSfS1ue4/XUNpJkVJIgfZbMe9rL1 iAx/wvAC48dUynhUjw2LAUL7WN5IBliXsX6+Sb8fuSGZARJ87kndkZKv7NqUtL5HoL7R 7xeg== X-Gm-Message-State: AOAM532iF+9HRWb/jphSSN3q8JGkiKSsup28VU3HC2dOidyqL8ycXhWq vQL2fMf0F4cVcj+g+nOY1WU= X-Google-Smtp-Source: ABdhPJxhqr/HJZt+uhOyIILvWpNzVlsS0ZvrlscsrWggRtn6js3paF+s/eba1e9/d6fk72s890lL6w== X-Received: by 2002:aa7:c4cc:: with SMTP id p12mr25814596edr.325.1615755108522; Sun, 14 Mar 2021 13:51:48 -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 c10sm6902118edt.64.2021.03.14.13.51.47 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 14 Mar 2021 13:51:47 -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: Date: Sun, 14 Mar 2021 21:51:45 +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: <20210310183149.194717-1-alx.manpages@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.9 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:51:51 -0000 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! 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 > > man3/sem_getvalue.3 | 2 +- > man3/sem_wait.3 | 3 ++- > man3/setaliasent.3 | 13 +++++++------ > man3/setbuf.3 | 9 +++++---- > man3/setnetgrent.3 | 12 +++++++----- > man3/sigwait.3 | 2 +- > man3/statvfs.3 | 3 ++- > man3/stpcpy.3 | 2 +- > man3/stpncpy.3 | 3 ++- > man3/strcat.3 | 5 +++-- > man3/strcpy.3 | 5 +++-- > man3/strfmon.3 | 7 ++++--- > man3/strftime.3 | 5 +++-- > man3/string.3 | 21 ++++++++++++--------- > man3/strptime.3 | 3 ++- > man3/strsep.3 | 2 +- > man3/strtod.3 | 7 ++++--- > man3/strtoimax.3 | 6 ++++-- > man3/strtok.3 | 5 +++-- > man3/strtol.3 | 7 ++++--- > man3/strtoul.3 | 8 ++++---- > man3/strxfrm.3 | 3 ++- > man3/swab.3 | 3 ++- > 23 files changed, 79 insertions(+), 57 deletions(-) > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/