From ee5f0bfd2a3b3b617aa002b2076496093f5a2db6 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 29 Jun 2014 10:31:41 +0200 Subject: [PATCH] atoi.3: Remove ancient Linux libc details Signed-off-by: Michael Kerrisk --- man3/atoi.3 | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/man3/atoi.3 b/man3/atoi.3 index 4be5151f6..657b134a9 100644 --- a/man3/atoi.3 +++ b/man3/atoi.3 @@ -83,9 +83,6 @@ functions behave the same as .BR atoi (), except that they convert the initial portion of the string to their return type of \fIlong\fP or \fIlong long\fP. -.BR atoq () -is an obsolete name for -.BR atoll (). .SH RETURN VALUE The converted value. .SH ATTRIBUTES @@ -108,18 +105,17 @@ POSIX.1-1996 include the functions and .BR atol () only. -.BR atoq () -is a GNU extension. .SH NOTES -The nonstandard +Linux libc provided .BR atoq () -function is not present in libc 4.6.27 -or glibc 2, but is present in libc5 and libc 4.7 (though only as an -inline function in \fI\fP until libc 5.4.44). -The -.BR atoll () -function is present in glibc 2 since version 2.0.2, but -not in libc4 or libc5. +as an obsolete name for +.BR atoll (); +.BR atoq () +is not provided by glibc. +.\" The +.\" .BR atoll () +.\" function is present in glibc 2 since version 2.0.2, but +.\" not in libc4 or libc5. .SH SEE ALSO .BR atof (3), .BR strtod (3),