On 3/7/19 11:17 PM, Jakub Wilk wrote: > Signed-off-by: Jakub Wilk <jwilk@xxxxxxxxx> Thanks, Jakub. Applied. Cheers, Michael > --- > man3/strtol.3 | 3 ++- > man3/strtoul.3 | 3 ++- > 2 files changed, 4 insertions(+), 2 deletions(-) > > diff --git a/man3/strtol.3 b/man3/strtol.3 > index 5d7faec4d..76eeb40a6 100644 > --- a/man3/strtol.3 > +++ b/man3/strtol.3 > @@ -299,4 +299,5 @@ main(int argc, char *argv[]) > .BR atoi (3), > .BR atol (3), > .BR strtod (3), > -.BR strtoul (3) > +.BR strtoul (3), > +.BR strtoimax (3) > diff --git a/man3/strtoul.3 b/man3/strtoul.3 > index f2c9314b6..353c7d920 100644 > --- a/man3/strtoul.3 > +++ b/man3/strtoul.3 > @@ -228,4 +228,5 @@ the use of the functions described in this manual page is similar. > .BR atoi (3), > .BR atol (3), > .BR strtod (3), > -.BR strtol (3) > +.BR strtol (3), > +.BR strtoumax (3) > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/