Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Semicolon, not comma; use future tense more E...
details: https://anonhg.NetBSD.org/src/rev/2514cdbb67ed
branches: trunk
changeset: 340957:2514cdbb67ed
user: riastradh <riastradh%NetBSD.org@localhost>
date: Tue Oct 13 04:22:24 2015 +0000
description:
Semicolon, not comma; use future tense more Englishly.
diffstat:
share/man/man9/workqueue.9 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r c2fd34101589 -r 2514cdbb67ed share/man/man9/workqueue.9
--- a/share/man/man9/workqueue.9 Tue Oct 13 03:32:28 2015 +0000
+++ b/share/man/man9/workqueue.9 Tue Oct 13 04:22:24 2015 +0000
@@ -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 @@
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.
Home |
Main Index |
Thread Index |
Old Index