summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authormartynas <martynas@openbsd.org>2009-06-21 00:33:10 +0000
committermartynas <martynas@openbsd.org>2009-06-21 00:33:10 +0000
commit84a4f1388e9412c6147d656f5a036103677325f5 (patch)
tree6e3648d93317946d644ec67842d826feac25535d /lib/libc/stdlib
parentCVE-2009-1391: Buffer overflow in the inflate function in Zlib.xs (diff)
downloadwireguard-openbsd-84a4f1388e9412c6147d656f5a036103677325f5.tar.xz
wireguard-openbsd-84a4f1388e9412c6147d656f5a036103677325f5.zip
abs conforms c99 -> imaxabs conforms c99. ok millert@
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/imaxabs.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/imaxabs.3 b/lib/libc/stdlib/imaxabs.3
index 10933e0a66c..dcfcf039c30 100644
--- a/lib/libc/stdlib/imaxabs.3
+++ b/lib/libc/stdlib/imaxabs.3
@@ -29,9 +29,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: imaxabs.3,v 1.3 2007/05/31 19:19:31 jmc Exp $
+.\" $OpenBSD: imaxabs.3,v 1.4 2009/06/21 00:33:10 martynas Exp $
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: June 21 2009 $
.Dt IMAXABS 3
.Os
.Sh NAME
@@ -59,7 +59,7 @@ function returns the absolute value.
.Xr math 3
.Sh STANDARDS
The
-.Fn abs
+.Fn imaxabs
function conforms to
.St -ansiC-99 .
.Sh BUGS