]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
strtol.3, strtoul.3: SEE ALSO: add strtoimax(3), strtoumax(3)
authorJakub Wilk <jwilk@jwilk.net>
Thu, 7 Mar 2019 22:17:37 +0000 (23:17 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 8 Mar 2019 15:19:00 +0000 (16:19 +0100)
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/strtol.3
man3/strtoul.3

index 5d7faec4ddb7439cfa609780cb0291045bbef2e7..76eeb40a65a18901cacfa2bd140d0ad95bfa1ebd 100644 (file)
@@ -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)
index f2c9314b6546166e62651fa369939bd628b8f3d2..353c7d920a2bdf57b75266be93cc0bde6ca321ba 100644 (file)
@@ -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)