MFC: rev. 1.21 + 1.22

Don't reference the non-existant lkm(4), use .Nm instead
since lkm is the name of an api.
This commit is contained in:
brueffer 2007-02-15 17:19:38 +00:00
parent 2f7ae464b5
commit 6e963132e2
4 changed files with 4 additions and 4 deletions

View File

@ -84,7 +84,7 @@ The
utility first appeared in
.Fx 3.0 ,
replacing the
.Xr lkm 4
.Nm lkm
interface.
.Sh AUTHORS
.An Doug Rabson Aq dfr@FreeBSD.org

View File

@ -70,7 +70,7 @@ The
utility first appeared in
.Fx 3.0 ,
replacing the
.Xr lkm 4
.Nm lkm
interface.
.Sh AUTHORS
.An Doug Rabson Aq dfr@FreeBSD.org

View File

@ -75,7 +75,7 @@ The
utility first appeared in
.Fx 3.0 ,
replacing the
.Xr lkm 4
.Nm lkm
interface.
.Sh AUTHORS
.An Doug Rabson Aq dfr@FreeBSD.org

View File

@ -137,7 +137,7 @@ The
facility appeared in
.Fx 3.0
and was designed as a replacement for the
.Xr lkm 4
.Nm lkm
facility, which was similar in functionality to the loadable kernel modules
facility provided by
.Tn SunOS