Module Name:    src
Committed By:   riastradh
Date:           Tue Oct 13 04:22:24 UTC 2015

Modified Files:
        src/share/man/man9: workqueue.9

Log Message:
Semicolon, not comma; use future tense more Englishly.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/share/man/man9/workqueue.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/workqueue.9
diff -u src/share/man/man9/workqueue.9:1.10 src/share/man/man9/workqueue.9:1.11
--- src/share/man/man9/workqueue.9:1.10	Mon Oct 24 07:27:09 2011
+++ src/share/man/man9/workqueue.9	Tue Oct 13 04:22:24 2015
@@ -1,4 +1,4 @@
-.\"	$NetBSD: workqueue.9,v 1.10 2011/10/24 07:27:09 yamt Exp $
+.\"	$NetBSD: workqueue.9,v 1.11 2015/10/13 04:22:24 riastradh Exp $
 .\"
 .\" Copyright (c)2005 YAMAMOTO Takashi,
 .\" All rights reserved.
@@ -80,8 +80,8 @@ The value of 0 indicates a standard crea
 flags may be bitwise ORed together:
 .Bl -tag -width WQ_MPSAFE
 .It Dv WQ_MPSAFE
-Specifies that the workqueue is multiprocessor safe and does its own locking,
-otherwise the kernel lock will be held while work will be processed.
+Specifies that the workqueue is multiprocessor safe and does its own locking;
+otherwise the kernel lock will be held while processing work.
 .It Dv WQ_PERCPU
 Specifies that the workqueue should have a separate queue for each CPU,
 thus the work could be enqueued on concrete CPUs.

Reply via email to