Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Fix typo.
details: https://anonhg.NetBSD.org/src/rev/3f9d1b0521c1
branches: trunk
changeset: 936655:3f9d1b0521c1
user: wiz <wiz%NetBSD.org@localhost>
date: Sat Aug 01 09:51:06 2020 +0000
description:
Fix typo.
diffstat:
share/man/man9/workqueue.9 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 64487beed854 -r 3f9d1b0521c1 share/man/man9/workqueue.9
--- a/share/man/man9/workqueue.9 Sat Aug 01 09:50:42 2020 +0000
+++ b/share/man/man9/workqueue.9 Sat Aug 01 09:51:06 2020 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: workqueue.9,v 1.13 2020/08/01 02:14:43 riastradh Exp $
+.\" $NetBSD: workqueue.9,v 1.14 2020/08/01 09:51:06 wiz Exp $
.\"
.\" Copyright (c)2005 YAMAMOTO Takashi,
.\" All rights reserved.
@@ -87,7 +87,7 @@
Specifies that the kthread must be allowed to use any machine-dependent
per-CPU floating-point units or SIMD vector units, as in
.Xr kthread_fpu_enter 9 / Xr kthread_fpu_exit 9 ,
-when it executes the worker function.u
+when it executes the worker function.
.It Dv WQ_MPSAFE
Specifies that the workqueue is multiprocessor safe and does its own locking;
otherwise the kernel lock will be held while processing work.
Home |
Main Index |
Thread Index |
Old Index