summaryrefslogtreecommitdiffstats
path: root/share/man/man4/netgraph.4
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-08-25 21:57:02 +0000
committerdd <dd@FreeBSD.org>2001-08-25 21:57:02 +0000
commit2827f60f4d613fbed40d1a3b1266f4a869ae7af3 (patch)
treee0928a40b1ab8423d43a3e424c5ad7bf33802a95 /share/man/man4/netgraph.4
parent2c3a92a16f2f88937a432173dec7f5760d4f6b34 (diff)
downloadFreeBSD-src-2827f60f4d613fbed40d1a3b1266f4a869ae7af3.zip
FreeBSD-src-2827f60f4d613fbed40d1a3b1266f4a869ae7af3.tar.gz
Revert my queueing -> queuing commit. Both spellings are correct, and
some people prefer the former. Submitted by: ken, nectar
Diffstat (limited to 'share/man/man4/netgraph.4')
-rw-r--r--share/man/man4/netgraph.44
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/netgraph.4 b/share/man/man4/netgraph.4
index 9030020..d18e9b0 100644
--- a/share/man/man4/netgraph.4
+++ b/share/man/man4/netgraph.4
@@ -273,7 +273,7 @@ utilizes the NETISR system to move message and data delivery to
Nodes that run at other priorities (e.g. interfaces) can be directly
linked to other nodes so that the combination runs at the other priority,
however any interaction with nodes running at splnet MUST be achieved via the
-queuing functions, (which use the
+queueing functions, (which use the
.Fn netisr
feature of the kernel).
Note that messages are always received at
@@ -419,7 +419,7 @@ real data on is passed on, then a
pointer must be substituted. It is also the duty of the receiver to free
the request item itself, or to use it to pass the message on further.
.Pp
-The receiving node may decide to defer the data by queuing it in the
+The receiving node may decide to defer the data by queueing it in the
.Nm
NETISR system (see below). It achieves this by setting the
.Dv HK_QUEUE
OpenPOWER on IntegriCloud