diff options
author | Warner Losh <imp@FreeBSD.org> | 2020-04-01 22:50:41 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2020-04-01 22:50:41 +0000 |
commit | 5310132318213270ac0c9ca014dcc8778cdb576a (patch) | |
tree | 5795ee3a11eae378b2011e8c845031451de70c10 /lib/msun/man/sin.3 | |
parent | 59838c1a1979924f3904536f2e6d5a771e185c14 (diff) |
Notes
Diffstat (limited to 'lib/msun/man/sin.3')
-rw-r--r-- | lib/msun/man/sin.3 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/msun/man/sin.3 b/lib/msun/man/sin.3 index b5c864a64b2e6..36648aebc4419 100644 --- a/lib/msun/man/sin.3 +++ b/lib/msun/man/sin.3 @@ -29,7 +29,7 @@ .\" from: @(#)sin.3 6.7 (Berkeley) 4/19/91 .\" $FreeBSD$ .\" -.Dd January 24, 2008 +.Dd April 1, 2020 .Dt SIN 3 .Os .Sh NAME @@ -80,3 +80,8 @@ functions return the sine value. .Sh STANDARDS These functions conform to .St -isoC-99 . +.Sh HISTORY +The +.Fn sin +function first appeared in +.At v1 . |