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/