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: gbergl...@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 .
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to