svn commit: r362170 - in head/cddl/contrib/opensolaris/cmd: dtrace lockstat zdb zfs zpool zstreamdump

Gordon Bergling gbe at FreeBSD.org
Sun Jun 14 05:50:30 UTC 2020


Author: gbe (doc committer)
Date: Sun Jun 14 05:50:28 2020
New Revision: 362170
URL: https://svnweb.freebsd.org/changeset/base/362170

Log:
  Add HISTORY sections to ZFS and dtrace manpage
  
  Reviewed by:	bcr (mentor)
  Approved by:	bcr (mentor)
  MFC after:		7 days
  Differential Revision:	https://reviews.freebsd.org/D23833

Modified:
  head/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1
  head/cddl/contrib/opensolaris/cmd/lockstat/lockstat.1
  head/cddl/contrib/opensolaris/cmd/zdb/zdb.8
  head/cddl/contrib/opensolaris/cmd/zfs/zfs.8
  head/cddl/contrib/opensolaris/cmd/zpool/zpool.8
  head/cddl/contrib/opensolaris/cmd/zstreamdump/zstreamdump.1

Modified: head/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1
==============================================================================
--- head/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1	Sun Jun 14 05:35:02 2020	(r362169)
+++ head/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1	Sun Jun 14 05:50:28 2020	(r362170)
@@ -20,7 +20,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 30, 2018
+.Dd February 25, 2020
 .Dt DTRACE 1
 .Os
 .Sh NAME
@@ -776,6 +776,11 @@ 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 elf 5 ,

Modified: head/cddl/contrib/opensolaris/cmd/lockstat/lockstat.1
==============================================================================
--- head/cddl/contrib/opensolaris/cmd/lockstat/lockstat.1	Sun Jun 14 05:35:02 2020	(r362169)
+++ head/cddl/contrib/opensolaris/cmd/lockstat/lockstat.1	Sun Jun 14 05:50:28 2020	(r362170)
@@ -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: head/cddl/contrib/opensolaris/cmd/zdb/zdb.8
==============================================================================
--- head/cddl/contrib/opensolaris/cmd/zdb/zdb.8	Sun Jun 14 05:35:02 2020	(r362169)
+++ head/cddl/contrib/opensolaris/cmd/zdb/zdb.8	Sun Jun 14 05:50:28 2020	(r362170)
@@ -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: head/cddl/contrib/opensolaris/cmd/zfs/zfs.8
==============================================================================
--- head/cddl/contrib/opensolaris/cmd/zfs/zfs.8	Sun Jun 14 05:35:02 2020	(r362169)
+++ head/cddl/contrib/opensolaris/cmd/zfs/zfs.8	Sun Jun 14 05:50:28 2020	(r362170)
@@ -3949,6 +3949,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: head/cddl/contrib/opensolaris/cmd/zpool/zpool.8
==============================================================================
--- head/cddl/contrib/opensolaris/cmd/zpool/zpool.8	Sun Jun 14 05:35:02 2020	(r362169)
+++ head/cddl/contrib/opensolaris/cmd/zpool/zpool.8	Sun Jun 14 05:50:28 2020	(r362170)
@@ -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: head/cddl/contrib/opensolaris/cmd/zstreamdump/zstreamdump.1
==============================================================================
--- head/cddl/contrib/opensolaris/cmd/zstreamdump/zstreamdump.1	Sun Jun 14 05:35:02 2020	(r362169)
+++ head/cddl/contrib/opensolaris/cmd/zstreamdump/zstreamdump.1	Sun Jun 14 05:50:28 2020	(r362170)
@@ -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


More information about the svn-src-all mailing list