summaryrefslogtreecommitdiffstats
path: root/lib/msun
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun')
-rw-r--r--lib/msun/man/asin.34
-rw-r--r--lib/msun/man/atanh.34
-rw-r--r--lib/msun/man/sinh.36
3 files changed, 7 insertions, 7 deletions
diff --git a/lib/msun/man/asin.3 b/lib/msun/man/asin.3
index ae6001e..f3ec7ac 100644
--- a/lib/msun/man/asin.3
+++ b/lib/msun/man/asin.3
@@ -44,9 +44,9 @@
.Sh SYNOPSIS
.In math.h
.Ft double
-.Fn asin "double x"
+.Fn asin "double x"
.Ft float
-.Fn asinf "float x"
+.Fn asinf "float x"
.Sh DESCRIPTION
The
.Fn asin
diff --git a/lib/msun/man/atanh.3 b/lib/msun/man/atanh.3
index 59eaff5..cd9f276 100644
--- a/lib/msun/man/atanh.3
+++ b/lib/msun/man/atanh.3
@@ -49,9 +49,9 @@
.Fn atanhf "float x"
.Sh DESCRIPTION
The
-.Fn atanh
+.Fn atanh
and the
-.Fn atanhf
+.Fn atanhf
functions compute the inverse hyperbolic tangent
of the real
argument
diff --git a/lib/msun/man/sinh.3 b/lib/msun/man/sinh.3
index 197bad7..ce3808c 100644
--- a/lib/msun/man/sinh.3
+++ b/lib/msun/man/sinh.3
@@ -43,9 +43,9 @@
.Sh SYNOPSIS
.In math.h
.Ft double
-.Fn sinh "double x"
+.Fn sinh "double x"
.Ft float
-.Fn sinhf "float x"
+.Fn sinhf "float x"
.Sh DESCRIPTION
The
.Fn sinh
@@ -59,7 +59,7 @@ The
and the
.Fn sinhf
functions return the hyperbolic sine value unless
-the magnitude
+the magnitude
of
.Fa x
is too large; in this event, the global variable
OpenPOWER on IntegriCloud