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

Log:
  MFC r339956 r362170: Add HISTORY sections to ZFS and dtrace manpages
  
  r362170
  Add HISTORY sections to ZFS and dtrace manpages
  
  Reviewed by:  bcr (mentor)
  Approved by:  bcr (mentor)
  Differential Revision:        https://reviews.freebsd.org/D23833
  
  r339956:
  dtrace(1): remove reference to dtruss that was removed from base
  system in r300226.
  
  PR:           211618
  Reviewed by:  gnn, markj, 0mp
  Approved by:  kib (mentor, implicit)
  Differential Revision:        https://reviews.freebsd.org/D17762

Modified:
  stable/12/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1
  stable/12/cddl/contrib/opensolaris/cmd/lockstat/lockstat.1
  stable/12/cddl/contrib/opensolaris/cmd/zdb/zdb.8
  stable/12/cddl/contrib/opensolaris/cmd/zfs/zfs.8
  stable/12/cddl/contrib/opensolaris/cmd/zpool/zpool.8
  stable/12/cddl/contrib/opensolaris/cmd/zstreamdump/zstreamdump.1
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1
==============================================================================
--- stable/12/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1      Sat Jun 27 
17:03:55 2020        (r362701)
+++ stable/12/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1      Sat Jun 27 
17:39:13 2020        (r362702)
@@ -20,7 +20,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd August 16, 2018
+.Dd February 25, 2020
 .Dt DTRACE 1
 .Os
 .Sh NAME
@@ -776,9 +776,13 @@ failed or that the specified request could not be sati
 .It 2
 Invalid command line options or arguments were specified.
 .El
+.Sh HISTORY
+The
+.Nm 
+utility first appeared in
+.Fx 7.1 .
 .Sh SEE ALSO
 .Xr cpp 1 ,
-.Xr dtruss 1 ,
 .Xr elf 5 ,
 .Xr SDT 9
 .Rs

Modified: stable/12/cddl/contrib/opensolaris/cmd/lockstat/lockstat.1
==============================================================================
--- stable/12/cddl/contrib/opensolaris/cmd/lockstat/lockstat.1  Sat Jun 27 
17:03:55 2020        (r362701)
+++ stable/12/cddl/contrib/opensolaris/cmd/lockstat/lockstat.1  Sat Jun 27 
17:39:13 2020        (r362702)
@@ -21,7 +21,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd September 29, 2015
+.Dd February 25, 2020
 .Dt LOCKSTAT 1
 .Os
 .Sh NAME
@@ -366,6 +366,11 @@ Count indv cuml rcnt     nsec Lock                   C
 .Xr dtrace 1 ,
 .Xr ksyms 4 ,
 .Xr locking 9
+.Sh HISTORY
+The
+.Nm
+utility first appeared in
+.Fx 7.1 .
 .Sh NOTES
 Tail-call elimination can affect call sites.
 For example, if

Modified: stable/12/cddl/contrib/opensolaris/cmd/zdb/zdb.8
==============================================================================
--- stable/12/cddl/contrib/opensolaris/cmd/zdb/zdb.8    Sat Jun 27 17:03:55 
2020        (r362701)
+++ stable/12/cddl/contrib/opensolaris/cmd/zdb/zdb.8    Sat Jun 27 17:39:13 
2020        (r362702)
@@ -13,7 +13,7 @@
 .\" Copyright (c) 2012, 2018 by Delphix. All rights reserved.
 .\" Copyright 2017 Nexenta Systems, Inc.
 .\"
-.Dd October 06, 2017
+.Dd February 25, 2020
 .Dt ZDB 8
 .Os
 .Sh NAME
@@ -407,3 +407,8 @@ dedup = 1.11, compress = 1.80, copies = 1.00, dedup * 
 .Sh SEE ALSO
 .Xr zfs 8 ,
 .Xr zpool 8
+.Sh HISTORY
+The
+.Nm
+utility first appeared in
+.Fx 7.0 .

Modified: stable/12/cddl/contrib/opensolaris/cmd/zfs/zfs.8
==============================================================================
--- stable/12/cddl/contrib/opensolaris/cmd/zfs/zfs.8    Sat Jun 27 17:03:55 
2020        (r362701)
+++ stable/12/cddl/contrib/opensolaris/cmd/zfs/zfs.8    Sat Jun 27 17:39:13 
2020        (r362702)
@@ -3944,6 +3944,11 @@ M       F       /tank/test/modified
 .Xr umount 8 ,
 .Xr zfs-program 8 ,
 .Xr zpool 8
+.Sh HISTORY
+The
+.Nm
+utility first appeared in
+.Fx 7.0 .
 .Sh AUTHORS
 This manual page is a
 .Xr mdoc 7

Modified: stable/12/cddl/contrib/opensolaris/cmd/zpool/zpool.8
==============================================================================
--- stable/12/cddl/contrib/opensolaris/cmd/zpool/zpool.8        Sat Jun 27 
17:03:55 2020        (r362701)
+++ stable/12/cddl/contrib/opensolaris/cmd/zpool/zpool.8        Sat Jun 27 
17:39:13 2020        (r362702)
@@ -29,7 +29,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 7, 2019
+.Dd February 25, 2020
 .Dt ZPOOL 8
 .Os
 .Sh NAME
@@ -2462,6 +2462,11 @@ Discarded approximately 29 seconds of transactions.
 .Xr zpool-features 7 ,
 .Xr zfs 8 ,
 .Xr zfsd 8
+.Sh HISTORY
+The
+.Nm
+utility first appeared in
+.Fx 7.0 .
 .Sh AUTHORS
 This manual page is a
 .Xr mdoc 7

Modified: stable/12/cddl/contrib/opensolaris/cmd/zstreamdump/zstreamdump.1
==============================================================================
--- stable/12/cddl/contrib/opensolaris/cmd/zstreamdump/zstreamdump.1    Sat Jun 
27 17:03:55 2020        (r362701)
+++ stable/12/cddl/contrib/opensolaris/cmd/zstreamdump/zstreamdump.1    Sat Jun 
27 17:39:13 2020        (r362702)
@@ -22,7 +22,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd December 31, 2013
+.Dd February 25, 2020
 .Dt ZSTREAMDUMP 8
 .Os
 .Sh NAME
@@ -52,6 +52,11 @@ Verbose. Dump all headers, not only begin and end head
 .El
 .Sh SEE ALSO
 .Xr zfs 8
+.Sh HISTORY
+The
+.Nm
+utility first appeared in
+.Fx 7.0 .
 .Sh AUTHORS
 This manual page is a
 .Xr mdoc 7
_______________________________________________
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