aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/kld.4
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man4/kld.4')
-rw-r--r--share/man/man4/kld.44
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/kld.4 b/share/man/man4/kld.4
index bba32f02e677..e0186dec9ccc 100644
--- a/share/man/man4/kld.4
+++ b/share/man/man4/kld.4
@@ -96,7 +96,7 @@ drivers may be loaded into the system with
.Nm .
Device nodes for the loaded drivers are automatically created when a
module is loaded and destroyed when it is unloaded by
-.Xr devfs 5 .
+.Xr devfs 4 .
You can specify userland programs that will run when new devices
become available as a result of loading modules, or existing devices
go away when modules are unloaded, by configuring
@@ -121,7 +121,7 @@ example source code implementing a sample kld module
.Xr kldnext 2 ,
.Xr kldstat 2 ,
.Xr kldunload 2 ,
-.Xr devfs 5 ,
+.Xr devfs 4 ,
.Xr devd 8 ,
.Xr kldload 8 ,
.Xr kldstat 8 ,