summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-03-03 22:48:49 +0000
committerru <ru@FreeBSD.org>2003-03-03 22:48:49 +0000
commiteac90e51b8837821f1c185109e744fee603ddd58 (patch)
treea9b0c8a8840532a1ec50f9522588b785a1eaef4a
parent4972c7efeb6295e3a1e0935d813235fdff64a4d5 (diff)
downloadFreeBSD-src-eac90e51b8837821f1c185109e744fee603ddd58.zip
FreeBSD-src-eac90e51b8837821f1c185109e744fee603ddd58.tar.gz
Correct the path to the modules directory.
-rw-r--r--share/man/man4/netgraph.44
-rw-r--r--share/man/man4/vinum.42
2 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/netgraph.4 b/share/man/man4/netgraph.4
index 5d580e3..1bcba31 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.
diff --git a/share/man/man4/vinum.4 b/share/man/man4/vinum.4
index e86af66..77fb952 100644
--- a/share/man/man4/vinum.4
+++ b/share/man/man4/vinum.4
@@ -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
OpenPOWER on IntegriCloud