diff options
Diffstat (limited to 'lib/libm/man/cos.3')
-rw-r--r-- | lib/libm/man/cos.3 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libm/man/cos.3 b/lib/libm/man/cos.3 index 8f295cbd58c..438b78fd977 100644 --- a/lib/libm/man/cos.3 +++ b/lib/libm/man/cos.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)cos.3 5.1 (Berkeley) 5/2/91 -.\" $Id: cos.3,v 1.2 1995/10/28 00:56:50 deraadt Exp $ +.\" $Id: cos.3,v 1.3 1999/05/16 19:55:58 alex Exp $ .\" .Dd May 2, 1991 .Dt COS 3 @@ -61,16 +61,16 @@ The .Fn cos function returns the cosine value. .Sh SEE ALSO -.Xr sin 3 , -.Xr tan 3 , -.Xr asin 3 , .Xr acos 3 , +.Xr asin 3 , .Xr atan 3 , .Xr atan2 3 , -.Xr sinh 3 , .Xr cosh 3 , -.Xr tanh 3 , -.Xr math 3 +.Xr math 3 , +.Xr sin 3 , +.Xr sinh 3 , +.Xr tan 3 , +.Xr tanh 3 .Sh STANDARDS The .Fn cos |