diff options
| author | christos <christos@NetBSD.org> | 2023-06-11 15:28:21 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2023-06-11 15:28:21 +0000 |
| commit | 69d287945d5799fe481188f47c1ca02fbaf125f7 (patch) | |
| tree | b99b7a43772685db0ee5848c0c60a9685ee3b450 /lib | |
| parent | c47b1f6253ff2b29c6287d498c6f2757f7e58d6c (diff) | |
Correct history (Brad Smith)
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libm/man/sincos.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libm/man/sincos.3 b/lib/libm/man/sincos.3 index 4c75cc4ac0f..7771fbc4ff2 100644 --- a/lib/libm/man/sincos.3 +++ b/lib/libm/man/sincos.3 @@ -22,9 +22,9 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: head/lib/msun/man/sincos.3 366583 2020-10-09 19:12:44Z gbe $ -.\" $NetBSD: sincos.3,v 1.1 2022/08/27 08:31:59 christos Exp $ +.\" $NetBSD: sincos.3,v 1.2 2023/06/11 15:28:21 christos Exp $ .\" -.Dd March 12, 2011 +.Dd June 11, 2023 .Dt SINCOS 3 .Os .Sh NAME @@ -77,7 +77,7 @@ are assigned the values of sine and cosine, respectively. .Xr sin 3 , .Sh HISTORY These functions were added to -.Fx 9.0 +.Fx 11.2 and .Nx 10.0 to aid in writing various complex function contained in |
