summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>1999-05-26 03:05:59 +0000
committeraaron <aaron@openbsd.org>1999-05-26 03:05:59 +0000
commitded3737a01531009ba0f2b17bbceb160090af911 (patch)
tree69a423e9fceb6720ea033f8a3f52205335340c53
parentnew 3Com NIC man pages (aka, work no one else wants to do) :-) (diff)
downloadwireguard-openbsd-ded3737a01531009ba0f2b17bbceb160090af911.tar.xz
wireguard-openbsd-ded3737a01531009ba0f2b17bbceb160090af911.zip
typo; from NetBSD
-rw-r--r--lib/libm/man/atanh.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/man/atanh.3 b/lib/libm/man/atanh.3
index 822e2912b79..e53f29b81ed 100644
--- a/lib/libm/man/atanh.3
+++ b/lib/libm/man/atanh.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)atanh.3 5.2 (Berkeley) 5/6/91
-.\" $Id: atanh.3,v 1.3 1997/04/05 04:18:47 tholo Exp $
+.\" $Id: atanh.3,v 1.4 1999/05/26 03:05:59 aaron Exp $
.\"
.Dd May 6, 1991
.Dt ATANH 3
@@ -58,7 +58,7 @@ If |x|>=1,
.Fn atanh "x"
and
.Fn atanhf "x"
-returns +inf, -inf or NaN, and sets the global variable
+return +inf, -inf or NaN, and sets the global variable
.Va errno
to EDOM.
.Sh SEE ALSO