summaryrefslogtreecommitdiff
path: root/lib/libm/man/cosh.3
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2003-02-27 04:28:59 +0000
committerJason Wright <jason@cvs.openbsd.org>2003-02-27 04:28:59 +0000
commitf88c0dfc519b8b47e7748bdf075627b1740510d1 (patch)
tree2aa4321d652c11efe3ace746fe9d0bbc3831703a /lib/libm/man/cosh.3
parentd4823ae34aea9f9e668f16bcda2a89859dd9acc0 (diff)
even more cleaning (and more yet to do)
Diffstat (limited to 'lib/libm/man/cosh.3')
-rw-r--r--lib/libm/man/cosh.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/man/cosh.3 b/lib/libm/man/cosh.3
index 894758c7f51..01a993e77e0 100644
--- a/lib/libm/man/cosh.3
+++ b/lib/libm/man/cosh.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cosh.3,v 1.7 2003/02/27 01:07:43 jason Exp $
+.\" $OpenBSD: cosh.3,v 1.8 2003/02/27 04:28:58 jason Exp $
.\" Copyright (c) 1989, 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -59,7 +59,7 @@ If the magnitude of x is too large,
.Fn cosh "x"
and
.Fn coshf "x"
-returns Inf and sets the global variable
+return Inf and set the global variable
.Va errno
to ERANGE.
.Sh SEE ALSO