strtol.3: Replace some bogus text about "thousands separator"

See https://bugzilla.redhat.com/show_bug.cgi?id=652870

Reported-by: Peter Schiffer <pschiffe@redhat.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-02-10 00:32:40 +01:00
parent 249b6a9646
commit 6bdb00967e
1 changed files with 7 additions and 2 deletions

View File

@ -26,7 +26,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 2010-09-20 "GNU" "Linux Programmer's Manual"
.TH STRTOL 3 2013-02-10 "GNU" "Linux Programmer's Manual"
.SH NAME
strtol, strtoll, strtoq \- convert a string to a long integer
.SH SYNOPSIS
@ -158,7 +158,12 @@ and then determine if an error occurred by checking whether
.I errno
has a nonzero value after the call.
In locales other than the "C" locale, other strings may also be accepted.
According to POSIX.1-2001,
in locales other than the "C" and "POSIX",
these functions may accept other,
implementation-defined numeric strings.
other implementation-defined strings may be accepted.
(For example, the thousands separator of the current locale may be
supported.)
.LP