Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Nov 2017 17:57:00 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r326173 - head/share/man/man4
Message-ID:  <201711241757.vAOHv0np036894@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markj
Date: Fri Nov 24 17:57:00 2017
New Revision: 326173
URL: https://svnweb.freebsd.org/changeset/base/326173

Log:
  Fix typos.
  
  MFC after:	3 days

Modified:
  head/share/man/man4/dtrace_lockstat.4

Modified: head/share/man/man4/dtrace_lockstat.4
==============================================================================
--- head/share/man/man4/dtrace_lockstat.4	Fri Nov 24 16:54:25 2017	(r326172)
+++ head/share/man/man4/dtrace_lockstat.4	Fri Nov 24 17:57:00 2017	(r326173)
@@ -198,7 +198,7 @@ probe fires when a thread successfully upgrades a held
 read lock to a write lock.
 The
 .Fn lockstat:::rw-downgrade
-probe first when a thread downgrades a held
+probe fires when a thread downgrades a held
 .Xr rwlock 9
 write lock to a read lock.
 The only argument is a pointer to the structure which describes
@@ -226,7 +226,7 @@ waiting to acquire a
 .Xr sx 9 .
 The
 .Fn lockstat:::sx-spin
-probe first when a thread spins while waiting to acquire a
+probe fires when a thread spins while waiting to acquire a
 .Xr sx 9 .
 Both probes take the same set of arguments.
 The first argument is a pointer to the lock structure that describes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711241757.vAOHv0np036894>