Module Name: src
Committed By: andvar
Date: Wed May 1 11:22:06 UTC 2024
Modified Files:
src/share/man/man4: wm.4
Log Message:
Fix typos (nerwork->network, exepense->expense).
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/share/man/man4/wm.4
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/man4/wm.4
diff -u src/share/man/man4/wm.4:1.43 src/share/man/man4/wm.4:1.44
--- src/share/man/man4/wm.4:1.43 Sat May 28 00:53:41 2022
+++ src/share/man/man4/wm.4 Wed May 1 11:22:06 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: wm.4,v 1.43 2022/05/28 00:53:41 manu Exp $
+.\" $NetBSD: wm.4,v 1.44 2024/05/01 11:22:06 andvar Exp $
.\"
.\" Copyright 2002, 2003 Wasabi Systems, Inc.
.\" All rights reserved.
@@ -186,12 +186,12 @@ utility configures the adapter to receiv
.Sh OPTIONS
The driver default behavior is to handle packets in interrupt context,
which reduces the CPU time available to user processes when under
-heavy nerwork load. The
+heavy network load. The
.Em hw.wmX.txrx_workqueue
.Xr sysctl 8
alters this behavior so that packets are handled by a kernel thread,
which executes at a lower priority. This gives user processes more
-opportunity to be executed, at the exepense of network throughput.
+opportunity to be executed, at the expense of network throughput.
.Pp
The following options can be set at build time:
.Bl -tag -width WM_RX_INTR_PROCESS_LIMIT_DEFAULT -offset 3n