]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/strtol.3
Various pages: Add missing commas in SEE ALSO part II
[thirdparty/man-pages.git] / man3 / strtol.3
index 5d7faec4ddb7439cfa609780cb0291045bbef2e7..02598b9832faaf6a6670e7cb586919ed6690883d 100644 (file)
@@ -28,7 +28,7 @@
 .\"     386BSD man pages
 .\" Modified Sun Jul 25 10:53:39 1993 by Rik Faith (faith@cs.unc.edu)
 .\" Added correction due to nsd@bbc.com (Nick Duffek) - aeb, 950610
-.TH STRTOL 3  2019-03-06 "GNU" "Linux Programmer's Manual"
+.TH STRTOL 3  2019-10-10 "GNU" "Linux Programmer's Manual"
 .SH NAME
 strtol, strtoll, strtoq \- convert a string to a long integer
 .SH SYNOPSIS
@@ -299,4 +299,5 @@ main(int argc, char *argv[])
 .BR atoi (3),
 .BR atol (3),
 .BR strtod (3),
-.BR strtoul (3)
+.BR strtoimax (3),
+.BR strtoul (3),