diff options
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 304a7c6a43..f567a5891f 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 |
