From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x530.google.com (mail-ed1-x530.google.com [IPv6:2a00:1450:4864:20::530]) by sourceware.org (Postfix) with ESMTPS id E4206384B070 for ; Sun, 14 Mar 2021 20:56:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E4206384B070 Received: by mail-ed1-x530.google.com with SMTP id y6so14941652eds.1 for ; Sun, 14 Mar 2021 13:56:36 -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=EHxYQsfRAKc0odaUn1GaPfeVyWxE/t6Rf1jbD2BmKV4=; b=rrC56L5wHueDpMP5Cb7dbv68CaV/rMz+h5A5iHVR9D9hdLr7zqREaFerNJ+3qfYjfZ H8DODZelnBT/id4yqYsN8xClhRYRh4yxeh1NtULmdwR6AR12m54V7oP4NU8x6uOmNzYm /YfY1mL67zq1t7hV3QQryU/xXMR5T2UQQTV0AFxotVDUobMKNeVRsoI8SrRcOvQh/ctc 1ct/nApk7HTZid9xDeKmn2jqsNjYDHcHkjjMCD0kV+9mezf4JTeo3rehK9q+8t6Tp/Lr 3sDlY8LNvtidA6dM8cJLKAigjcJkSOyo16nStl+xEslCt1P4ryEREkH9FLl/nWZDSVlZ ksKQ== X-Gm-Message-State: AOAM533mxJryL3KamKl+B8zuE27tAy805raETDRg4CrxZTnvlSo2gNE6 PnB6DVbTEt4aCEcWo5r4kSk= X-Google-Smtp-Source: ABdhPJysGqwfEvWWISFV3XoL9t0V7IYkPMZp4oiLEVqRAn37tVkJhztHXLiHvGdUeqdclLBL06aqfQ== X-Received: by 2002:aa7:c6da:: with SMTP id b26mr26697065eds.254.1615755396117; Sun, 14 Mar 2021 13:56:36 -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 x21sm6657111eds.53.2021.03.14.13.56.35 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 14 Mar 2021 13:56:35 -0700 (PDT) Cc: mtk.manpages@gmail.com, linux-man@vger.kernel.org, libc-alpha@sourceware.org, Heinrich Schuchardt Subject: Re: [PATCH 00/17] man3: SYNOPSIS: Use 'restrict' in prototypes To: Alejandro Colomar References: <20210311223330.722437-1-alx.manpages@gmail.com> From: "Michael Kerrisk (man-pages)" Message-ID: Date: Sun, 14 Mar 2021 21:56:32 +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: <20210311223330.722437-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.7 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:56:38 -0000 Hello Alex, On 3/11/21 11:33 PM, Alejandro Colomar wrote: > Hello Michael, > This fixes the remaining pages. With this, all pages have been fixed to use > 'restrict'. Thank you!! Patches applied. Cheers, Michael > Alejandro Colomar (17): > scanf.3: SYNOPSIS: Use 'restrict' in prototypes; ffix too. > tsearch.3: SYNOPSIS: Use 'restrict' in prototypes > unlocked_stdio.3: SYNOPSIS: Use 'restrict' in prototypes > wcpcpy.3: SYNOPSIS: Use 'restrict' in prototypes > wcpncpy.3: SYNOPSIS: Use 'restrict' in prototypes > wcrtomb.3: SYNOPSIS: Use 'restrict' in prototypes > wcscat.3: SYNOPSIS: Use 'restrict' in prototypes > wcscpy.3: SYNOPSIS: Use 'restrict' in prototypes > wcsncat.3: SYNOPSIS: Use 'restrict' in prototypes > wcsncpy.3: SYNOPSIS: Use 'restrict' in prototypes > wcsnrtombs.3: SYNOPSIS: Use 'restrict' in prototypes > wcsrtombs.3: SYNOPSIS: Use 'restrict' in prototypes > wcstoimax.3: SYNOPSIS: Use 'restrict' in prototypes > wcstok.3: SYNOPSIS: Use 'restrict' in prototypes > wcstombs.3: SYNOPSIS: Use 'restrict' in prototypes > wmemcpy.3: SYNOPSIS: Use 'restrict' in prototypes > wordexp.3: SYNOPSIS: Use 'restrict' in prototypes > > man3/scanf.3 | 16 ++++++++++------ > man3/tsearch.3 | 4 ++-- > man3/unlocked_stdio.3 | 20 ++++++++++++-------- > man3/wcpcpy.3 | 3 ++- > man3/wcpncpy.3 | 4 +++- > man3/wcrtomb.3 | 3 ++- > man3/wcscat.3 | 3 ++- > man3/wcscpy.3 | 3 ++- > man3/wcsncat.3 | 4 +++- > man3/wcsncpy.3 | 4 +++- > man3/wcsnrtombs.3 | 5 +++-- > man3/wcsrtombs.3 | 4 ++-- > man3/wcstoimax.3 | 8 ++++---- > man3/wcstok.3 | 5 +++-- > man3/wcstombs.3 | 3 ++- > man3/wmemcpy.3 | 4 +++- > man3/wordexp.3 | 3 ++- > 17 files changed, 60 insertions(+), 36 deletions(-) > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/