diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-08-03 13:57:30 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-08-03 13:57:30 +0000 |
commit | 68e1685c25cab6c29e4250f592c39f47996776af (patch) | |
tree | 7d83ff852ff8dd6c7ca2fcaa610ab933590eba72 /man3/abs.3 | |
parent | 97c1eac86f435d7feeef158417941751e7bd7a15 (diff) |
Updated CONFORMING TO section
Diffstat (limited to 'man3/abs.3')
-rw-r--r-- | man3/abs.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man3/abs.3 b/man3/abs.3 index 304a7c6a4..f567a5891 100644 --- a/man3/abs.3 +++ b/man3/abs.3 @@ -55,8 +55,9 @@ appropriate integer type for the function. Returns the absolute value of the integer argument, of the appropriate integer type for the function. .SH "CONFORMING TO" -SVID 3, POSIX.1, 4.3BSD, ISO/IEC 9899 (C99). POSIX.1 (1996 edition) only -requires the \fBabs\fP() function. ISO/IEC 9899:1990 (C89) only +SVr4, POSIX.1-2001, 4.3BSD, C99. +.\" POSIX.1 (1996 edition) only requires the \fBabs\fP() function. +C89 only includes the \fBabs\fP() and \fBlabs\fP() functions; the functions \fBllabs\fP() and \fBimaxabs\fP() were added in C99. .SH NOTES |