diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-21 08:36:40 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-21 08:36:40 +0000 |
commit | 9cbda59000e0f366b04c83d8d852c7c34b467722 (patch) | |
tree | 36796da3893db6597f28e6ae2ca01d40b60b73cb /share/man/man4/kld.4 | |
parent | fc2586c322075806234c2977f39bdc1645f3bd8d (diff) |
Sort sections.
Notes
Notes:
svn path=/head/; revision=140561
Diffstat (limited to 'share/man/man4/kld.4')
-rw-r--r-- | share/man/man4/kld.4 | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/share/man/man4/kld.4 b/share/man/man4/kld.4 index 3601ca2c972f..58b08d5f69fb 100644 --- a/share/man/man4/kld.4 +++ b/share/man/man4/kld.4 @@ -131,6 +131,22 @@ example source code implementing a sample kld module .Xr kldstat 8 , .Xr kldunload 8 , .Xr sysctl 8 +.Sh HISTORY +The +.Nm +facility appeared in +.Fx 3.0 +and was designed as a replacement for the +.Xr lkm 4 +facility, which was similar in functionality to the loadable kernel modules +facility provided by +.Tn SunOS +4.1.3. +.Sh AUTHORS +The +.Nm +facility was originally implemented by +.An Doug Rabson Aq dfr@FreeBSD.org . .Sh BUGS If a module B, is dependent on another module A, but is not compiled with module A as a dependency, then @@ -157,19 +173,3 @@ for any error encountered while loading a module. When system internal interfaces change, old modules often cannot detect this, and such modules when loaded will often cause crashes or mysterious failures. -.Sh HISTORY -The -.Nm -facility appeared in -.Fx 3.0 -and was designed as a replacement for the -.Xr lkm 4 -facility, which was similar in functionality to the loadable kernel modules -facility provided by -.Tn SunOS -4.1.3. -.Sh AUTHORS -The -.Nm -facility was originally implemented by -.An Doug Rabson Aq dfr@FreeBSD.org . |