diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-02-27 00:46:46 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-02-27 00:46:46 +0000 |
commit | 077831197a41fdd8a68a9f3606a5a183f98f2fe7 (patch) | |
tree | 8798bbc6c4451afa6a1249c90879bcb9c9847081 /lib | |
parent | 2be9174214ef32c754c100cd1029ec641a7fc5e5 (diff) |
english it my native language, tho you'd never know it
Diffstat (limited to 'lib')
-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 |