aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Smith <brad@comstyle.com>2023-06-09 20:01:35 +0000
committerDimitry Andric <dim@FreeBSD.org>2023-06-09 20:04:43 +0000
commit2c01176a2802cb261d56a09c9faf9bff9dfb3536 (patch)
treefdaf0968215a0d1ea5d13b08dc25845b1c4bfe1b
parent072a4ba82a01476eaee33781ccd241033eefcf0b (diff)
downloadsrc-2c01176a2802cb261d56a09c9faf9bff9dfb3536.tar.gz
src-2c01176a2802cb261d56a09c9faf9bff9dfb3536.zip
msun: Correct FreeBSD version in sincos() man page
The sincos() man page notes the function was added to msun in FreeBSD 9.0 which must have been an oversight in the review as it was commited to 12.0 and then backported to the 11 branch. So I have provided a diff to correct this to the first FreeBSD version it did ship with which was 11.2. Reviewed by: dim, imp MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D40308
-rw-r--r--lib/msun/man/sincos.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/man/sincos.3 b/lib/msun/man/sincos.3
index eecccf3cf37a..95e9c4c75623 100644
--- a/lib/msun/man/sincos.3
+++ b/lib/msun/man/sincos.3
@@ -76,7 +76,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
to aid in writing various complex function contained in
.St -isoC-99 .