summaryrefslogtreecommitdiff
path: root/lib/libm/man/fdim.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libm/man/fdim.3')
-rw-r--r--lib/libm/man/fdim.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libm/man/fdim.3 b/lib/libm/man/fdim.3
index 7cb2259a689..7c4089c4786 100644
--- a/lib/libm/man/fdim.3
+++ b/lib/libm/man/fdim.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fdim.3,v 1.2 2011/07/07 01:34:52 martynas Exp $
+.\" $OpenBSD: fdim.3,v 1.3 2016/04/26 19:49:22 tb Exp $
.\"
.\" Copyright (c) 2004 David Schultz <das@FreeBSD.org>
.\" All rights reserved.
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD: src/lib/msun/man/fdim.3,v 1.1 2004/06/30 07:04:01 das Exp $
.\"
-.Dd $Mdocdate: July 7 2011 $
+.Dd $Mdocdate: April 26 2016 $
.Dt FDIM 3
.Os
.Sh NAME
@@ -61,7 +61,7 @@ If either
.Fa x
or
.Fa y
-is an \*(Na, then an \*(Na is returned.
+is an NaN, then an NaN is returned.
Otherwise, the result is
.Li +0.0 .
.Pp