Correct the path to the modules directory.
This commit is contained in:
parent
bdb963f966
commit
d59dfc2ed1
@ -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.
|
||||
|
@ -994,7 +994,7 @@ builds a module with debugging symbols by default.
|
||||
If the version of
|
||||
.Nm
|
||||
in
|
||||
.Pa /modules
|
||||
.Pa /boot/kernel
|
||||
does not contain symbols, you will not get an error message, but the stack trace
|
||||
will not show the symbols.
|
||||
Check the module before starting
|
||||
|
Loading…
Reference in New Issue
Block a user