Author: gbe (doc committer)
Date: Sat Jun 27 13:18:21 2020
New Revision: 362683
URL: https://svnweb.freebsd.org/changeset/base/362683

Log:
  MFC r362327: Add HISTORY sections to banner(6), basename(1), limits(1) and 
vmstat(8)
  
  Reviewed by:  bcr (mentor)
  Approved by:  bcr (mentor)
  Differential Revision:        https://reviews.freebsd.org/D25019

Modified:
  stable/12/usr.bin/banner/banner.6
  stable/12/usr.bin/basename/basename.1
  stable/12/usr.bin/limits/limits.1
  stable/12/usr.bin/vmstat/vmstat.8
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/usr.bin/banner/banner.6
==============================================================================
--- stable/12/usr.bin/banner/banner.6   Sat Jun 27 12:12:47 2020        
(r362682)
+++ stable/12/usr.bin/banner/banner.6   Sat Jun 27 13:18:21 2020        
(r362683)
@@ -28,7 +28,7 @@
 .\"    From: @(#)banner.6      8.2 (Berkeley) 4/29/95
 .\" $FreeBSD$
 .\"
-.Dd January 26, 2005
+.Dd May 26, 2020
 .Dt BANNER 6
 .Os
 .Sh NAME
@@ -60,6 +60,11 @@ Change the output from a width of 132 to
 .Ar width ,
 suitable for a narrow terminal.
 .El
+.Sh HISTORY
+The
+.Nm
+utility first appeared in
+.Bx 4.4 .
 .Sh AUTHORS
 .An Mark Horton
 .Sh BUGS

Modified: stable/12/usr.bin/basename/basename.1
==============================================================================
--- stable/12/usr.bin/basename/basename.1       Sat Jun 27 12:12:47 2020        
(r362682)
+++ stable/12/usr.bin/basename/basename.1       Sat Jun 27 13:18:21 2020        
(r362683)
@@ -31,7 +31,7 @@
 .\"     @(#)basename.1 8.2 (Berkeley) 4/18/94
 .\" $FreeBSD$
 .\"
-.Dd April 18, 1994
+.Dd May 26, 2020
 .Dt BASENAME 1
 .Os
 .Sh NAME
@@ -111,3 +111,10 @@ and
 utilities are expected to be
 .St -p1003.2
 compatible.
+.Sh HISTORY
+The
+.Nm
+and
+.Nm dirname
+utilities first appeared in
+.Bx 4.4 .

Modified: stable/12/usr.bin/limits/limits.1
==============================================================================
--- stable/12/usr.bin/limits/limits.1   Sat Jun 27 12:12:47 2020        
(r362682)
+++ stable/12/usr.bin/limits/limits.1   Sat Jun 27 13:18:21 2020        
(r362683)
@@ -19,7 +19,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 13, 2018
+.Dd May 26, 2020
 .Dt LIMITS 1
 .Os
 .Sh NAME
@@ -387,6 +387,16 @@ will be whatever the executed program returns.
 .Xr login.conf 5 ,
 .Xr rctl 8 ,
 .Xr sysctl 8
+.Sh HISTORY
+The
+.Nm
+utility first appeared in
+.Fx 2.1.7 .
+.Sh AUTHORS
+The
+.Nm
+utility was written by
+.An David Nugent Aq Mt dav...@freebsd.org . 
 .Sh BUGS
 The
 .Nm

Modified: stable/12/usr.bin/vmstat/vmstat.8
==============================================================================
--- stable/12/usr.bin/vmstat/vmstat.8   Sat Jun 27 12:12:47 2020        
(r362682)
+++ stable/12/usr.bin/vmstat/vmstat.8   Sat Jun 27 13:18:21 2020        
(r362683)
@@ -28,7 +28,7 @@
 .\"    @(#)vmstat.8    8.1 (Berkeley) 6/6/93
 .\" $FreeBSD$
 .\"
-.Dd January 18, 2018
+.Dd May 26, 2020
 .Dt VMSTAT 8
 .Os
 .Sh NAME
@@ -385,6 +385,11 @@ statistics every second.
 .Pp
 The sections starting with ``Interpreting system activity'' in
 .%T "Installing and Operating 4.3BSD" .
+.Sh HISTORY
+The
+.Nm
+utility first appeared in
+.Bx 4.3 .
 .Sh BUGS
 The
 .Fl c
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to