svn commit: r359326 - head/lib/msun/man

Sergio Carlavilla Delgado carlavilla at FreeBSD.org
Thu Mar 26 11:24:52 UTC 2020


Author: carlavilla (doc committer)
Date: Thu Mar 26 11:24:43 2020
New Revision: 359326
URL: https://svnweb.freebsd.org/changeset/base/359326

Log:
  Add HISTORY sections to log(3) man page
  
  PR:		240265
  Submitted by:	gbergling at gmail.com
  Approved by:	bcr@(mentor), imp@
  MFC after:	1 day
  Differential Revision:	https://reviews.freebsd.org/D24148

Modified:
  head/lib/msun/man/log.3

Modified: head/lib/msun/man/log.3
==============================================================================
--- head/lib/msun/man/log.3	Thu Mar 26 09:23:16 2020	(r359325)
+++ head/lib/msun/man/log.3	Thu Mar 26 11:24:43 2020	(r359326)
@@ -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-head mailing list