diff options
Diffstat (limited to 'lib/libm/common_source/acos.3')
-rw-r--r-- | lib/libm/common_source/acos.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libm/common_source/acos.3 b/lib/libm/common_source/acos.3 index 6f1f386..4613957 100644 --- a/lib/libm/common_source/acos.3 +++ b/lib/libm/common_source/acos.3 @@ -71,16 +71,16 @@ to .Dv EDOM and a reserved operand fault is generated. .Sh SEE ALSO -.Xr sin 3 , -.Xr cos 3 , -.Xr tan 3 , .Xr asin 3 , .Xr atan 3 , .Xr atan2 3 , -.Xr sinh 3 , +.Xr cos 3 , .Xr cosh 3 , -.Xr tanh 3 , .Xr math 3 , +.Xr sin 3 , +.Xr sinh 3 , +.Xr tan 3 , +.Xr tanh 3 .Sh STANDARDS The .Fn acos |