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 <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-06-29 10:30:30 +02:00
parent 2de012be8b
commit 47aa42e7ca
1 changed files with 1 additions and 3 deletions

View File

@ -32,7 +32,7 @@
.\" .\"
.TH ATOI 3 2014-01-22 "GNU" "Linux Programmer's Manual" .TH ATOI 3 2014-01-22 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
atoi, atol, atoll, atoq \- convert a string to an integer atoi, atol, atoll \- convert a string to an integer
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.B #include <stdlib.h> .B #include <stdlib.h>
@ -42,8 +42,6 @@ atoi, atol, atoll, atoq \- convert a string to an integer
.BI "long atol(const char *" nptr ); .BI "long atol(const char *" nptr );
.br .br
.BI "long long atoll(const char *" nptr ); .BI "long long atoll(const char *" nptr );
.br
.BI "long long atoq(const char *" nptr );
.fi .fi
.sp .sp
.in -4n .in -4n