Date: Sat, 1 Aug 2020 13:56:31 +0000 (UTC) From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r363760 - stable/12/lib/msun/man Message-ID: <202008011356.071DuV93017437@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gbe (doc committer) Date: Sat Aug 1 13:56:31 2020 New Revision: 363760 URL: https://svnweb.freebsd.org/changeset/base/363760 Log: MFC r359326 (by carlavilla): Add a HISTORY section to log(3) man page PR: 240265 Submitted by: gbe Approved by: bcr, imp Differential Revision: https://reviews.freebsd.org/D24148 Modified: stable/12/lib/msun/man/log.3 Directory Properties: stable/12/ (props changed) Modified: stable/12/lib/msun/man/log.3 ============================================================================== --- stable/12/lib/msun/man/log.3 Sat Aug 1 09:40:19 2020 (r363759) +++ stable/12/lib/msun/man/log.3 Sat Aug 1 13:56:31 2020 (r363760) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 3, 2013 +.Dd March 22, 2020 .Dt LOG 3 .Os .Sh NAME @@ -135,3 +135,14 @@ and .Fn log1pl functions conform to .St -isoC-99 . +.Sh HISTORY +The +.Fn log +function first appeared in +.At v1 ; +.Fn log10 +in +.At v7 ; +.Fn log1p +in +.Bx 4.3 .
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008011356.071DuV93017437>