svn commit: r363760 - stable/12/lib/msun/man
Gordon Bergling
gbe at FreeBSD.org
Sat Aug 1 13:56:32 UTC 2020
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 .
More information about the svn-src-all
mailing list