summaryrefslogtreecommitdiff
path: root/share/man/man4/netgraph.4
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-03-03 22:48:49 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-03-03 22:48:49 +0000
commitd59dfc2ed1d7b4b75fd62ea84675b13c8ed290c1 (patch)
treea9b0c8a8840532a1ec50f9522588b785a1eaef4a /share/man/man4/netgraph.4
parentbdb963f966ef5862da7267615bd0dbd4238eb1c1 (diff)
Notes
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 5d580e389ad8..1bcba315d55f 100644
--- a/share/man/man4/netgraph.4
+++ b/share/man/man4/netgraph.4
@@ -1296,9 +1296,9 @@ Definitions needed to use
.Nm
{type}
nodes, including the type cookie definition.
-.It Pa /modules/netgraph.ko
+.It Pa /boot/kernel/netgraph.ko
Netgraph subsystem loadable KLD module.
-.It Pa /modules/ng_{type}.ko
+.It Pa /boot/kernel/ng_{type}.ko
Loadable KLD module for node type {type}.
.It Pa /sys/netgraph/ng_sample.c
Skeleton netgraph node.