diff options
author | 2017-09-27 06:41:53 +0000 | |
---|---|---|
committer | 2017-09-27 06:41:53 +0000 | |
commit | 5ab595d88fe38b6e142ed3cef49bc7fd9db00796 (patch) | |
tree | 3b185f20644bdff012c4d293f36cf9d70b86d1d5 | |
parent | amd64 needs FS.base values (the TCB pointer) to be validated, as noncanonical (diff) | |
download | wireguard-openbsd-5ab595d88fe38b6e142ed3cef49bc7fd9db00796.tar.xz wireguard-openbsd-5ab595d88fe38b6e142ed3cef49bc7fd9db00796.zip |
Xr; from jan stary
-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 , |