diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-09-27 06:41:54 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-09-27 06:41:54 +0000 |
commit | f00c1ad20435a0ce1a14b792543c9e055167c092 (patch) | |
tree | 75f1ce9d7bfc550fc1d9f17ed56465b94a103e16 /lib/libm | |
parent | 934b4bf1a5ae32ca2be1865b986151d1fc51cf65 (diff) |
Xr; from jan stary
Diffstat (limited to 'lib/libm')
-rw-r--r-- | lib/libm/man/sin.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libm/man/sin.3 b/lib/libm/man/sin.3 index 55e4640f548..91f3729b655 100644 --- a/lib/libm/man/sin.3 +++ b/lib/libm/man/sin.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sin.3,v 1.16 2013/07/17 05:42:11 schwarze Exp $ +.\" $OpenBSD: sin.3,v 1.17 2017/09/27 06:41:53 jmc Exp $ .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)cos.3 5.1 (Berkeley) 5/2/91 .\" -.Dd $Mdocdate: July 17 2013 $ +.Dd $Mdocdate: September 27 2017 $ .Dt SIN 3 .Os .Sh NAME @@ -72,6 +72,7 @@ functions return the sine value. .Xr asin 3 , .Xr atan 3 , .Xr atan2 3 , +.Xr cos 3 , .Xr cosh 3 , .Xr sinh 3 , .Xr tan 3 , |