diff options
author | ru <ru@FreeBSD.org> | 2002-01-09 15:22:30 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-01-09 15:22:30 +0000 |
commit | 08ef1ae40144fdf5668a87a22d16526fb0f3ff87 (patch) | |
tree | a1a220598cb461a386ffdb1d7edac0faae7aed9c | |
parent | c6dda81b59a6543cf345fbee3160cbe431e2d3a7 (diff) | |
download | FreeBSD-src-08ef1ae40144fdf5668a87a22d16526fb0f3ff87.zip FreeBSD-src-08ef1ae40144fdf5668a87a22d16526fb0f3ff87.tar.gz |
mdoc(7) police: tidy up previous delta.
-rw-r--r-- | sbin/kldload/kldload.8 | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/sbin/kldload/kldload.8 b/sbin/kldload/kldload.8 index a76ece4..d7196d6 100644 --- a/sbin/kldload/kldload.8 +++ b/sbin/kldload/kldload.8 @@ -55,22 +55,19 @@ Modules must have an extension of .Pa .ko . .El .Sh DIAGNOSTICS -The -.Nm -utility exits with a status of 0 on success -and with a nonzero status if an error occurs. +.Ex -std .Sh AUTOMATICALLY LOADING MODULES -Some modules (ipfw, ipf, etc) may be automatically loaded at boot +Some modules (ipfw, ipf, etc.) may be automatically loaded at boot time by having their operation enabled in -.Xr rc.conf 5 . +.Xr rc.conf 5 . Modules may also be auto-loaded through their addition to .Xr loader.conf 5 . .Sh SEE ALSO .Xr kldload 2 , -.Xr kldstat 8 , -.Xr kldunload 8 , .Xr loader.conf 5 , -.Xr rc.conf 5 +.Xr rc.conf 5 , +.Xr kldstat 8 , +.Xr kldunload 8 .Sh HISTORY The .Nm |