From 346838122982c8daa8b37475e904805e909c6e56 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Mon, 2 Sep 2019 10:04:34 +0200 Subject: [PATCH] Add HISTORY section to log(3) man page --- lib/msun/man/log.3 | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/lib/msun/man/log.3 b/lib/msun/man/log.3 index b08e6922e88..434ce4c4ada 100644 --- a/lib/msun/man/log.3 +++ b/lib/msun/man/log.3 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 3, 2013 +.Dd September 2, 2019 .Dt LOG 3 .Os .Sh NAME @@ -135,3 +135,14 @@ and .Fn log1pl functions conform to .St -isoC-99 . +.Sh HISTORY +The +.Fn log +functions first appeared in +.At v1 ; +.Fn log10 +in +.At v7 ; +.Fn log1p +in +.Bx 4.3 . -- 2.23.0