summaryrefslogtreecommitdiff
path: root/lib/libm/man/sin.3
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-05-20 09:17:52 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-05-20 09:17:52 +0000
commitfcfc831a5d1a1ec7b51806e7dfc66c48f950756b (patch)
tree8b7179f34b129ecd54a188123541be0be5757665 /lib/libm/man/sin.3
parentf0d5a31a45039f27fe51cdf45c98dcf8be1ff64d (diff)
- typos
- new sentence, new line
Diffstat (limited to 'lib/libm/man/sin.3')
-rw-r--r--lib/libm/man/sin.35
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libm/man/sin.3 b/lib/libm/man/sin.3
index 272b8b65c78..c3277d21e03 100644
--- a/lib/libm/man/sin.3
+++ b/lib/libm/man/sin.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sin.3,v 1.8 2003/02/27 04:44:46 jason Exp $
+.\" $OpenBSD: sin.3,v 1.9 2003/05/20 09:17:51 jmc Exp $
.\" Copyright (c) 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -51,7 +51,7 @@ The
function computes the sine of
.Fa x
(measured in radians).
-The
+The
.Fn sinf
function is a single precision version of
.Fn sin .
@@ -72,7 +72,6 @@ functions return the sine value.
.Xr atan2 3 ,
.Xr cosh 3 ,
.Xr math 3 ,
-.Xr sin 3 ,
.Xr sinh 3 ,
.Xr tan 3 ,
.Xr tanh 3