git: 737799dfd3a8 - main - Now that D44168 has been merged to stable/14, update the manpage to correctly reflect history.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Apr 2024 15:36:26 UTC
The branch main has been updated by markm: URL: https://cgit.FreeBSD.org/src/commit/?id=737799dfd3a87cbbe1ff091c13a90c98e3ee21d3 commit 737799dfd3a87cbbe1ff091c13a90c98e3ee21d3 Author: Mark Murray <markm@FreeBSD.org> AuthorDate: 2024-04-12 15:33:54 +0000 Commit: Mark Murray <markm@FreeBSD.org> CommitDate: 2024-04-12 15:33:54 +0000 Now that D44168 has been merged to stable/14, update the manpage to correctly reflect history. --- lib/msun/man/lgamma.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/msun/man/lgamma.3 b/lib/msun/man/lgamma.3 index a77d524373fb..41d680e41bda 100644 --- a/lib/msun/man/lgamma.3 +++ b/lib/msun/man/lgamma.3 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd March 1, 2024 +.Dd April 12, 2024 .Dt LGAMMA 3 .Os .Sh NAME @@ -209,5 +209,5 @@ version of .Fn tgammal replaced the 80-bit stub version in version in -.Fx 16 , +.Fx 14.1 , thanks to an appropriate implementation from Arm.