From 47aa42e7ca94d4e7bcc5e499fc41299c56295a37 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 29 Jun 2014 10:30:30 +0200 Subject: [PATCH] atoi.3: Downgrade discussion of atoq() Remove most references to atoq() in this page, since this function was present only in Linux libc (not glibc). Signed-off-by: Michael Kerrisk --- man3/atoi.3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/man3/atoi.3 b/man3/atoi.3 index 0cea40538..4be5151f6 100644 --- a/man3/atoi.3 +++ b/man3/atoi.3 @@ -32,7 +32,7 @@ .\" .TH ATOI 3 2014-01-22 "GNU" "Linux Programmer's Manual" .SH NAME -atoi, atol, atoll, atoq \- convert a string to an integer +atoi, atol, atoll \- convert a string to an integer .SH SYNOPSIS .nf .B #include @@ -42,8 +42,6 @@ atoi, atol, atoll, atoq \- convert a string to an integer .BI "long atol(const char *" nptr ); .br .BI "long long atoll(const char *" nptr ); -.br -.BI "long long atoq(const char *" nptr ); .fi .sp .in -4n