diff options
author | Alex Feldman <alex@cvs.openbsd.org> | 1999-05-16 19:58:20 +0000 |
---|---|---|
committer | Alex Feldman <alex@cvs.openbsd.org> | 1999-05-16 19:58:20 +0000 |
commit | 0dacaf536cdff0c70d067a1648e846cf6e7bcffc (patch) | |
tree | a7242dc673f15a56501071f686f150e05e519b5e /lib/libm/man/sin.3 | |
parent | a745f84c11e201e22ac76b1776820903cabfd67a (diff) |
Cleanup xrefs under SEE ALSO. Specifically:
- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove duplicate entries.
Diffstat (limited to 'lib/libm/man/sin.3')
-rw-r--r-- | lib/libm/man/sin.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libm/man/sin.3 b/lib/libm/man/sin.3 index cedf504be9e..5171da9ece4 100644 --- a/lib/libm/man/sin.3 +++ b/lib/libm/man/sin.3 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)sin.3 6.7 (Berkeley) 4/19/91 -.\" $Id: sin.3,v 1.2 1995/10/28 00:57:00 deraadt Exp $ +.\" $Id: sin.3,v 1.3 1999/05/16 19:56:01 alex Exp $ .\" .Dd April 19, 1991 .Dt SIN 3 @@ -64,10 +64,10 @@ function returns the sine value. .Xr atan2 3 , .Xr cos 3 , .Xr cosh 3 , +.Xr math 3 , .Xr sinh 3 , .Xr tan 3 , -.Xr tanh 3 , -.Xr math 3 +.Xr tanh 3 .Sh STANDARDS The .Fn sin |