Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Minor improvements in wording.



details:   https://anonhg.NetBSD.org/src/rev/45f2417cdfe1
branches:  trunk
changeset: 824013:45f2417cdfe1
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Fri May 19 01:54:50 2017 +0000

description:
Minor improvements in wording.

diffstat:

 share/man/man9/localcount.9 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (40 lines):

diff -r 08ed25cc8dbb -r 45f2417cdfe1 share/man/man9/localcount.9
--- a/share/man/man9/localcount.9       Fri May 19 00:01:33 2017 +0000
+++ b/share/man/man9/localcount.9       Fri May 19 01:54:50 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: localcount.9,v 1.2 2017/05/19 00:01:33 pgoyette Exp $
+.\"    $NetBSD: localcount.9,v 1.3 2017/05/19 01:54:50 pgoyette Exp $
 .\"
 .\" Copyright (c) 2016
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd December 8, 2016
+.Dd May 19, 2017
 .Dt LOCALCOUNT 9
 .Os
 .Sh NAME
@@ -151,7 +151,7 @@
 .Fn localcount_fini
 before any other re-use.
 .Sh CODE REFERENCES
-The core of the localcount implementation is in
+The core of the localcount implementation is located in
 .Pa sys/kern/subr_localcount.c .
 .Pp
 The header file
@@ -183,10 +183,10 @@
 .Pp
 Waiting for a
 .Nm
-reference count to reach zero is a one-shot operation.
+reference count to drain (reach zero) is a one-shot operation.
 Once the
 .Nm
-has been waited for, no further operations are allowed until the
+has been drained, no further operations are allowed until the
 .Nm
 has been re-initialized.
 



Home | Main Index | Thread Index | Old Index