diff options
author | bde <bde@FreeBSD.org> | 2001-10-13 12:29:25 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2001-10-13 12:29:25 +0000 |
commit | 6ac346584a910f8cfb379b7582cec763b1867747 (patch) | |
tree | 377d2ce035aacbcfa00da26b99d12bf1f0a08cc6 /lib/msun/man/asin.3 | |
parent | de0fc56b8418f497e88a48f917c3fd3dc93bf6aa (diff) | |
download | FreeBSD-src-6ac346584a910f8cfb379b7582cec763b1867747.zip FreeBSD-src-6ac346584a910f8cfb379b7582cec763b1867747.tar.gz |
Fixed missing quoting of [-1, +1].
Submitted by: phantom
Diffstat (limited to 'lib/msun/man/asin.3')
-rw-r--r-- | lib/msun/man/asin.3 | 3 |
1 files changed, 2 insertions, 1 deletions
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 |