strtoul.3: CONFORMING TO: add POSIX.1-2008

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-18 12:07:28 +02:00
parent c2fb338e07
commit a1863f842a
1 changed files with 5 additions and 4 deletions

View File

@ -177,10 +177,11 @@ T{
T} Thread safety MT-Safe locale
.TE
.SH CONFORMING TO
.BR strtoul ()
conforms to SVr4, C89, C99, and POSIX-2001, and
.BR strtoull ()
to C99 and POSIX.1-2001.
.BR strtoul ():
POSIX.1-2001, POSIX.1-2008, C89, C99 SVr4.
.BR strtoull ():
POSIX.1-2001, POSIX.1-2008, C99.
.SH NOTES
Since
.BR strtoul ()