summaryrefslogtreecommitdiffstats
path: root/lib/msun
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2001-10-13 12:29:25 +0000
committerbde <bde@FreeBSD.org>2001-10-13 12:29:25 +0000
commit6ac346584a910f8cfb379b7582cec763b1867747 (patch)
tree377d2ce035aacbcfa00da26b99d12bf1f0a08cc6 /lib/msun
parentde0fc56b8418f497e88a48f917c3fd3dc93bf6aa (diff)
downloadFreeBSD-src-6ac346584a910f8cfb379b7582cec763b1867747.zip
FreeBSD-src-6ac346584a910f8cfb379b7582cec763b1867747.tar.gz
Fixed missing quoting of [-1, +1].
Submitted by: phantom
Diffstat (limited to 'lib/msun')
-rw-r--r--lib/msun/man/acos.33
-rw-r--r--lib/msun/man/asin.33
2 files changed, 4 insertions, 2 deletions
diff --git a/lib/msun/man/acos.3 b/lib/msun/man/acos.3
index 0ea24fe..6004f32 100644
--- a/lib/msun/man/acos.3
+++ b/lib/msun/man/acos.3
@@ -54,7 +54,8 @@ and the
.Fn acosf
functions compute the principal value of the arc cosine of
.Fa x .
-A domain error occurs for arguments not in the range [-1, +1].
+A domain error occurs for arguments not in the range
+.Bq -1 , +1 .
For a discussion of error due to roundoff, see
.Xr math 3 .
.Sh RETURN VALUES
diff --git a/lib/msun/man/asin.3 b/lib/msun/man/asin.3
index 0317c95..ae6001e 100644
--- a/lib/msun/man/asin.3
+++ b/lib/msun/man/asin.3
@@ -54,7 +54,8 @@ and the
.Fn asinf
functions compute the principal value of the arc sine of
.Fa x .
-A domain error occurs for arguments not in the range [-1, +1].
+A domain error occurs for arguments not in the range
+.Bq -1 , +1 .
For a discussion of error due to roundoff, see
.Xr math 3 .
.Sh RETURN VALUES
OpenPOWER on IntegriCloud