diff options
-rw-r--r-- | lib/libm/man/cos.3 | 4 | ||||
-rw-r--r-- | lib/libm/man/sin.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libm/man/cos.3 b/lib/libm/man/cos.3 index 35f243e2161..9338c48adcc 100644 --- a/lib/libm/man/cos.3 +++ b/lib/libm/man/cos.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cos.3,v 1.7 2003/02/27 00:27:47 jason Exp $ +.\" $OpenBSD: cos.3,v 1.8 2003/02/27 00:46:45 jason Exp $ .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -48,7 +48,7 @@ .Sh DESCRIPTION The .Fn cos -function compute the cosine of +function computes the cosine of .Fa x (measured in radians). The diff --git a/lib/libm/man/sin.3 b/lib/libm/man/sin.3 index de7f87c12aa..6be0cf82913 100644 --- a/lib/libm/man/sin.3 +++ b/lib/libm/man/sin.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sin.3,v 1.6 2003/02/27 00:27:47 jason Exp $ +.\" $OpenBSD: sin.3,v 1.7 2003/02/27 00:46:45 jason Exp $ .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -48,7 +48,7 @@ .Sh DESCRIPTION The .Fn sin -function compute the sine of +function computes the sine of .Fa x (measured in radians). The |