public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: "Michael Kerrisk (man-pages)" <mtk.manpages@gmail.com>
To: Alejandro Colomar <alx.manpages@gmail.com>
Cc: mtk.manpages@gmail.com, linux-man@vger.kernel.org,
	libc-alpha@sourceware.org,
	Heinrich Schuchardt <xypron.glpk@gmx.de>
Subject: Re: [PATCH 00/17] man3: SYNOPSIS: Use 'restrict' in prototypes
Date: Sun, 14 Mar 2021 21:56:32 +0100	[thread overview]
Message-ID: <c35c3d0f-703d-533f-318b-01f812314633@gmail.com> (raw)
In-Reply-To: <20210311223330.722437-1-alx.manpages@gmail.com>

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/

      parent reply	other threads:[~2021-03-14 20:56 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-11 22:33 Alejandro Colomar
2021-03-11 22:33 ` [PATCH 01/17] scanf.3: SYNOPSIS: Use 'restrict' in prototypes; ffix too Alejandro Colomar
2021-03-11 22:33 ` [PATCH 02/17] tsearch.3: SYNOPSIS: Use 'restrict' in prototypes Alejandro Colomar
2021-03-11 22:33 ` [PATCH 03/17] unlocked_stdio.3: " Alejandro Colomar
2021-03-11 22:33 ` [PATCH 04/17] wcpcpy.3: " Alejandro Colomar
2021-03-11 22:33 ` [PATCH 05/17] wcpncpy.3: " Alejandro Colomar
2021-03-11 22:33 ` [PATCH 06/17] wcrtomb.3: " Alejandro Colomar
2021-03-11 22:33 ` [PATCH 07/17] wcscat.3: " Alejandro Colomar
2021-03-11 22:33 ` [PATCH 08/17] wcscpy.3: " Alejandro Colomar
2021-03-11 22:33 ` [PATCH 09/17] wcsncat.3: " Alejandro Colomar
2021-03-11 22:33 ` [PATCH 10/17] wcsncpy.3: " Alejandro Colomar
2021-03-11 22:33 ` [PATCH 11/17] wcsnrtombs.3: " Alejandro Colomar
2021-03-11 22:33 ` [PATCH 12/17] wcsrtombs.3: " Alejandro Colomar
2021-03-11 22:33 ` [PATCH 13/17] wcstoimax.3: " Alejandro Colomar
2021-03-11 22:33 ` [PATCH 14/17] wcstok.3: " Alejandro Colomar
2021-03-11 22:33 ` [PATCH 15/17] wcstombs.3: " Alejandro Colomar
2021-03-11 22:33 ` [PATCH 16/17] wmemcpy.3: " Alejandro Colomar
2021-03-11 22:33 ` [PATCH 17/17] wordexp.3: " Alejandro Colomar
2021-03-13  4:11 ` [PATCH 00/17] man3: " Jonathan Nieder
2021-03-13 10:41   ` Alejandro Colomar (man-pages)
2021-03-14 20:56 ` Michael Kerrisk (man-pages) [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c35c3d0f-703d-533f-318b-01f812314633@gmail.com \
    --to=mtk.manpages@gmail.com \
    --cc=alx.manpages@gmail.com \
    --cc=libc-alpha@sourceware.org \
    --cc=linux-man@vger.kernel.org \
    --cc=xypron.glpk@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).