aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/abs.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdlib/abs.3')
-rw-r--r--lib/libc/stdlib/abs.37
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/stdlib/abs.3 b/lib/libc/stdlib/abs.3
index eca85e1e7a59..36a6ff7a3639 100644
--- a/lib/libc/stdlib/abs.3
+++ b/lib/libc/stdlib/abs.3
@@ -32,7 +32,7 @@
.\" @(#)abs.3 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd November 14, 2001
+.Dd April 3, 2022
.Dt ABS 3
.Os
.Sh NAME
@@ -71,5 +71,10 @@ The
.Fn abs
function conforms to
.St -isoC-99 .
+.Sh HISTORY
+The
+.Fn abs
+function first appeared in
+.At v6 .
.Sh BUGS
The absolute value of the most negative integer remains negative.