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/