git: f651a3f8ff0b - stable/12 - msun: Correct FreeBSD version in sincos() man page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 22 Jun 2023 22:04:27 UTC
The branch stable/12 has been updated by dim:
URL: https://cgit.FreeBSD.org/src/commit/?id=f651a3f8ff0b37bb18855c6331620deedfafcccb
commit f651a3f8ff0b37bb18855c6331620deedfafcccb
Author: Brad Smith <brad@comstyle.com>
AuthorDate: 2023-06-09 20:01:35 +0000
Commit: Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2023-06-22 22:02:27 +0000
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
(cherry picked from commit 2c01176a2802cb261d56a09c9faf9bff9dfb3536)
---
lib/msun/man/sincos.3 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/msun/man/sincos.3 b/lib/msun/man/sincos.3
index 9c42a9605710..6e1d5973ac9a 100644
--- a/lib/msun/man/sincos.3
+++ b/lib/msun/man/sincos.3
@@ -75,8 +75,8 @@ are assigned the values of sine and cosine, respectively.
.Xr cos 3 ,
.Xr sin 3 ,
.Sh HISTORY
-These functions were added to
-.Fx 9.0
-to aid in writing various complex function contained in
+These functions were added to
+.Fx 11.2
+to aid in writing various complex function contained in
.St -isoC-99 .