diff options
author | Gordon Bergling <gbe@FreeBSD.org> | 2020-06-14 05:50:28 +0000 |
---|---|---|
committer | Gordon Bergling <gbe@FreeBSD.org> | 2020-06-14 05:50:28 +0000 |
commit | 932a690c5171c2614d94e62930048070bc04abc7 (patch) | |
tree | b34f6dd80d550d3a9f4740b921d182d4c64b1d26 /cddl/contrib/opensolaris/cmd/lockstat | |
parent | bc89b58def9c028d29a5faf3a03eee2b8b5337ae (diff) | |
download | src-932a690c5171c2614d94e62930048070bc04abc7.tar.gz src-932a690c5171c2614d94e62930048070bc04abc7.zip |
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
Notes
Notes:
svn path=/head/; revision=362170
Diffstat (limited to 'cddl/contrib/opensolaris/cmd/lockstat')
-rw-r--r-- | cddl/contrib/opensolaris/cmd/lockstat/lockstat.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/cddl/contrib/opensolaris/cmd/lockstat/lockstat.1 b/cddl/contrib/opensolaris/cmd/lockstat/lockstat.1 index 552496840d3b..c649e21bb67e 100644 --- a/cddl/contrib/opensolaris/cmd/lockstat/lockstat.1 +++ b/cddl/contrib/opensolaris/cmd/lockstat/lockstat.1 @@ -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 Caller .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 |