aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>2000-03-26 15:24:53 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>2000-03-26 15:24:53 +0000
commit46a32e616a6c4e382460a47ed2d3c1cdbbd8212e (patch)
tree910b2884ec5a009bc5c15ef0987c0a2ad5ab3281 /sys/modules
parent956f31353c2bd45416298ed67185a4efa0aa0da6 (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/netgraph/netgraph/netgraph.42
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/netgraph/netgraph/netgraph.4 b/sys/modules/netgraph/netgraph/netgraph.4
index b4c0addcd9b3..99c5e617db55 100644
--- a/sys/modules/netgraph/netgraph/netgraph.4
+++ b/sys/modules/netgraph/netgraph/netgraph.4
@@ -300,7 +300,7 @@ Three other methods are also supported by all nodes:
An mbuf chain is passed to the node.
The node is notified on which hook the data arrived,
and can use this information in its processing decision.
-The node must must always
+The node must always
.Fn m_freem
the mbuf chain on completion or error, or pass it on to another node
(or kernel module) which will then be responsible for freeing it.