Module Name: src Committed By: wiz Date: Sat Aug 1 09:51:06 UTC 2020
Modified Files: src/share/man/man9: workqueue.9 Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 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.13 src/share/man/man9/workqueue.9:1.14 --- src/share/man/man9/workqueue.9:1.13 Sat Aug 1 02:14:43 2020 +++ src/share/man/man9/workqueue.9 Sat Aug 1 09:51:06 2020 @@ -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 @@ flags may be bitwise ORed together: 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.