diff options
author | Glen Barber <gjb@FreeBSD.org> | 2015-07-01 10:33:19 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2015-07-01 10:33:19 +0000 |
commit | 2206ec827cdecf0182dc47b238df6a5aab0a2298 (patch) | |
tree | e87140d6a9a1e1bd945534361810049bb11f5c51 /release | |
parent | b28dfe657021ab64a246f27b37da85f2679e33b3 (diff) | |
download | src-2206ec827cdecf0182dc47b238df6a5aab0a2298.tar.gz src-2206ec827cdecf0182dc47b238df6a5aab0a2298.zip |
Refine the lockstat(1) entry based on corrections and
clarifications received during review.
Submitted by: avg
Sponsored by: The FreeBSD Foundation
Notes
Notes:
svn path=/head/; revision=285000
Diffstat (limited to 'release')
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml index 977cd07db47f..34ed1df48611 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.xml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml @@ -353,7 +353,7 @@ </listitem> <listitem> - <para>Reader locks are now recognized as adaptive and can + <para>Reader locks are now recognized as adaptive that can spin on &os;.</para> </listitem> @@ -363,8 +363,8 @@ </listitem> <listitem> - <para>Spin-and-block events that occur before lock - acquisition are now reported.</para> + <para>Spin and block events are now reported before lock + acquisition events.</para> </listitem> </itemizedlist> |