From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32c.google.com (mail-wm1-x32c.google.com [IPv6:2a00:1450:4864:20::32c]) by sourceware.org (Postfix) with ESMTPS id B61623857C68 for ; Mon, 8 Mar 2021 18:54:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B61623857C68 Received: by mail-wm1-x32c.google.com with SMTP id r10-20020a05600c35cab029010c946c95easo4440835wmq.4 for ; Mon, 08 Mar 2021 10:54:04 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=w0FNkaDOxFJq5/pcvXzzR8xfK5/5e0WBDYThm7W/5uM=; b=pZS19D0zVy2hZCtcnYlITPpi654U5T/P7g+E3/kXuz5VsE/eYCAaxLo752Su+PQ1SB O8jNbzXJj045mo4MTSs1a93cHBMvdfwJ9iSNG5aIc01xJO4LvWmTfXzE+obMTydDcRhO AVbVf1CSOm9l2a1adDYrKEBmIJgT4yUe0wt/6n3qT9hMBnHSwcDYDgpi8p6RYcQ+vulT wM/qwqhyom5B3Fy1Ejgu31exP97TBRaY+9/MAxXxfJTOs15HQKbDd0a7yF5EjWelqg4P w81nZu4tNk29vN+43R6HuepnYlcE4OVTAFlZW7q+Qi+IywVuJ6mpI8WfPSIvh8ZVFnbi ZPmA== X-Gm-Message-State: AOAM532JJRdEbeYpaP6NZK3hODSiVptjVC0GGeoM1aISUcP9cG2ZVRJl 3OQRqrmoLWnXeyOi6SfAsRY= X-Google-Smtp-Source: ABdhPJyydrCApTJloY+whgYz44sewTzCdZX7cVaqTpJlkKkllsoo+g1oEMHCdTNW8pIYfQAPGEF4DA== X-Received: by 2002:a1c:c20a:: with SMTP id s10mr208397wmf.144.1615229643944; Mon, 08 Mar 2021 10:54:03 -0800 (PST) Received: from sqli.sqli.com ([195.53.121.100]) by smtp.googlemail.com with ESMTPSA id i11sm19889921wro.53.2021.03.08.10.54.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 08 Mar 2021 10:54:03 -0800 (PST) From: Alejandro Colomar To: mtk.manpages@gmail.com Cc: Alejandro Colomar , linux-man@vger.kernel.org, libc-alpha@sourceware.org, Heinrich Schuchardt Subject: [PATCH 00/23] man3: SYNOPSIS: Use 'restrict' in prototypes (batch 4) Date: Mon, 8 Mar 2021 19:53:09 +0100 Message-Id: <20210308185331.242176-1-alx.manpages@gmail.com> X-Mailer: git-send-email 2.30.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-5.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, 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: Mon, 08 Mar 2021 18:54:06 -0000 Hi Michael, This fixes up til scandir.3. I hope there aren't many more left :) Please have a special look at two of them, because you may prefer a different formatting. I'm referring to the previous email about "Formatting very long function parameters". The functions are pthread_mutexattr_getpshared(3) and another one which I don't remember (there are only 2, and as I've finished with pthread_*() I highly doubt there will be any more). Cheers, A Alejandro Colomar (23): pthread_attr_setschedpolicy.3: SYNOPSIS: Use 'restrict' in prototypes pthread_attr_setscope.3: SYNOPSIS: Use 'restrict' in prototypes pthread_attr_setstackaddr.3: SYNOPSIS: Use 'restrict' in prototypes pthread_attr_setstacksize.3: SYNOPSIS: Use 'restrict' in prototypes pthread_attr_setstack.3: SYNOPSIS: Use 'restrict' in prototypes pthread_create.3: SYNOPSIS: Use 'restrict' in prototypes pthread_getattr_default_np.3: SYNOPSIS: Add missing 'const' pthread_mutexattr_getpshared.3: SYNOPSIS: Use 'restrict' in prototypes pthread_mutexattr_setrobust.3: SYNOPSIS: Remove incorrect 'const' pthread_rwlockattr_setkind_np.3: SYNOPSIS: Use 'restrict' in prototypes pthread_setschedparam.3: SYNOPSIS: Use 'restrict' in prototypes putgrent.3: SYNOPSIS: Use 'restrict' in prototypes putpwent.3: SYNOPSIS: Use 'restrict' in prototypes puts.3: SYNOPSIS: Use 'restrict' in prototypes qecvt.3: SYNOPSIS: Use 'restrict' in prototypes random_r.3: SYNOPSIS: Use 'restrict' in prototypes rcmd.3: SYNOPSIS: Use 'restrict' in prototypes readdir_r.3: SYNOPSIS: Use 'restrict' in prototypes realpath.3: SYNOPSIS: Use 'restrict' in prototypes regex.3: SYNOPSIS: Use 'restrict' in prototypes rexec.3: SYNOPSIS: Use 'restrict' in prototypes scandir.3: SYNOPSIS: Use 'restrict' in prototypes scandir.3: SYNOPSIS: Use 'restrict' in prototypes man3/pthread_attr_setschedpolicy.3 | 7 +++---- man3/pthread_attr_setscope.3 | 7 +++---- man3/pthread_attr_setstack.3 | 5 +++-- man3/pthread_attr_setstackaddr.3 | 4 ++-- man3/pthread_attr_setstacksize.3 | 4 ++-- man3/pthread_create.3 | 6 ++++-- man3/pthread_getattr_default_np.3 | 2 +- man3/pthread_mutexattr_getpshared.3 | 7 ++++--- man3/pthread_mutexattr_setrobust.3 | 2 +- man3/pthread_rwlockattr_setkind_np.3 | 7 ++++--- man3/pthread_setschedparam.3 | 4 ++-- man3/putgrent.3 | 3 ++- man3/putpwent.3 | 3 ++- man3/puts.3 | 4 ++-- man3/qecvt.3 | 8 ++++++-- man3/random_r.3 | 10 ++++++---- man3/rcmd.3 | 26 ++++++++++++++------------ man3/readdir_r.3 | 4 ++-- man3/realpath.3 | 3 ++- man3/regex.3 | 14 ++++++++------ man3/rexec.3 | 10 ++++++---- man3/scandir.3 | 4 ++-- 22 files changed, 81 insertions(+), 63 deletions(-) -- 2.30.1