View | Details | Raw Unified | Return to bug 58546
Collapse All | Expand All

(-)share/man/man4/kld.4 (-1 / +6 lines)
Lines 88-93 Link Here
88
.Xr kldstat 8
88
.Xr kldstat 8
89
program is used to check the status of the modules currently loaded into the
89
program is used to check the status of the modules currently loaded into the
90
system.
90
system.
91
.Pp
92
Kernel modules may only be loaded or unloaded if the system security level
93
.Dq kern.securelevel
94
is less than one. 
91
.Sh "MODULE TYPES"
95
.Sh "MODULE TYPES"
92
.Bl -ohang
96
.Bl -ohang
93
.It Em "Device Driver modules"
97
.It Em "Device Driver modules"
Lines 125-131 Link Here
125
.Xr devd 8 ,
129
.Xr devd 8 ,
126
.Xr kldload 8 ,
130
.Xr kldload 8 ,
127
.Xr kldstat 8 ,
131
.Xr kldstat 8 ,
128
.Xr kldunload 8
132
.Xr kldunload 8 ,
133
.Xr sysctl 8
129
.Sh BUGS
134
.Sh BUGS
130
If a module B, is dependent on another module A, but is not compiled with
135
If a module B, is dependent on another module A, but is not compiled with
131
module A as a dependency, then
136
module A as a dependency, then

Return to bug 58546