From 6ac346584a910f8cfb379b7582cec763b1867747 Mon Sep 17 00:00:00 2001 From: bde Date: Sat, 13 Oct 2001 12:29:25 +0000 Subject: Fixed missing quoting of [-1, +1]. Submitted by: phantom --- lib/msun/man/acos.3 | 3 ++- lib/msun/man/asin.3 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/msun') 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 -- cgit v1.1