Author: carlavilla (doc committer)
Date: Sat Feb 29 22:51:27 2020
New Revision: 358479
URL: https://svnweb.freebsd.org/changeset/base/358479

Log:
  MFC r358099:
  Add some HISTORY sections to manpages
  
     environ(7) was in AT&T Version 7
     ac(8): Add a HISTORY section
     sa(8): Add a HISTORY section
     sqrt(3): Add the actual sqrt function to the HISTORY section
  
     Obtained from: OpenBSD
  
  Submitted by: [email protected]
  Approved by:  bcr@(mentor)
  Differential Revision:        https://reviews.freebsd.org/D23693

Modified:
  stable/12/lib/msun/man/sqrt.3
  stable/12/share/man/man7/environ.7
  stable/12/usr.sbin/ac/ac.8
  stable/12/usr.sbin/sa/sa.8
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/lib/msun/man/sqrt.3
==============================================================================
--- stable/12/lib/msun/man/sqrt.3       Sat Feb 29 22:31:23 2020        
(r358478)
+++ stable/12/lib/msun/man/sqrt.3       Sat Feb 29 22:51:27 2020        
(r358479)
@@ -28,7 +28,7 @@
 .\"     from: @(#)sqrt.3       6.4 (Berkeley) 5/6/91
 .\" $FreeBSD$
 .\"
-.Dd March 5, 2011
+.Dd February 15, 2020
 .Dt SQRT 3
 .Os
 .Sh NAME
@@ -113,6 +113,9 @@ The
 function appeared in
 .Bx 4.3 .
 The
+.Fn sqrt
+function appeared in
+.At v2 .
 .Fn sqrtl
 function appeared in
 .Fx 8.0 .

Modified: stable/12/share/man/man7/environ.7
==============================================================================
--- stable/12/share/man/man7/environ.7  Sat Feb 29 22:31:23 2020        
(r358478)
+++ stable/12/share/man/man7/environ.7  Sat Feb 29 22:51:27 2020        
(r358479)
@@ -28,7 +28,7 @@
 .\"    @(#)environ.7   8.3 (Berkeley) 4/19/94
 .\" $FreeBSD$
 .\"
-.Dd April 12, 2003
+.Dd February 14, 2020
 .Dt ENVIRON 7
 .Os
 .Sh NAME
@@ -261,4 +261,4 @@ built-in command in
 The
 .Nm
 manual page appeared in
-.Bx 4.2 .
+.At v7 .

Modified: stable/12/usr.sbin/ac/ac.8
==============================================================================
--- stable/12/usr.sbin/ac/ac.8  Sat Feb 29 22:31:23 2020        (r358478)
+++ stable/12/usr.sbin/ac/ac.8  Sat Feb 29 22:51:27 2020        (r358479)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 21, 2010
+.Dd February 14, 2020
 .Dt AC 8
 .Os
 .Sh NAME
@@ -126,6 +126,16 @@ ac -p -t "!ttyd*" > other
 .Xr getutxent 3 ,
 .Xr init 8 ,
 .Xr sa 8
+.Sh HISTORY
+An
+.Nm
+command appeared in
+.At v5 .
+This version of
+.Nm
+was written for
+.Nx 0.9a
+from the specification provided by various systems' manual pages.
 .\" .Sh NOTES
 .\" If COMPAT_SUNOS is defined
 .\" .Nm ac

Modified: stable/12/usr.sbin/sa/sa.8
==============================================================================
--- stable/12/usr.sbin/sa/sa.8  Sat Feb 29 22:31:23 2020        (r358478)
+++ stable/12/usr.sbin/sa/sa.8  Sat Feb 29 22:51:27 2020        (r358479)
@@ -29,7 +29,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 18, 2007
+.Dd February 14, 2020
 .Dt SA 8
 .Os
 .Sh NAME
@@ -234,6 +234,14 @@ per-user accounting summary database
 .Xr acct 5 ,
 .Xr ac 8 ,
 .Xr accton 8
+.Sh HISTORY
+.Nm
+first appeared in
+.At v5 .
+.Nm
+was rewritten for
+.Nx 0.9a
+from the specification provided by various systems' manual pages.
 .Sh AUTHORS
 .An Chris G. Demetriou Aq Mt [email protected]
 .Sh CAVEATS
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to