Signed-off-by: Jakub Wilk <jwilk@xxxxxxxxx> --- 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) -- 2.20.1