summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2007-02-10 08:44:41 +0000
committerbrueffer <brueffer@FreeBSD.org>2007-02-10 08:44:41 +0000
commit6b5f1d5d9e89766afd04bd860e686ea4c2642054 (patch)
tree58ebd2f44f34e7f099ccfa73c54658d088f3b289
parent5bf541bdee3a51e2aa0087949c1b037bd5e31ebd (diff)
downloadFreeBSD-src-6b5f1d5d9e89766afd04bd860e686ea4c2642054.zip
FreeBSD-src-6b5f1d5d9e89766afd04bd860e686ea4c2642054.tar.gz
Don't reference lkm(4), it doesn't exist.
PR: 108980 Submitted by: Yonatan
-rw-r--r--sbin/kldload/kldload.82
-rw-r--r--sbin/kldstat/kldstat.82
-rw-r--r--sbin/kldunload/kldunload.82
-rw-r--r--share/man/man4/kld.42
4 files changed, 4 insertions, 4 deletions
diff --git a/sbin/kldload/kldload.8 b/sbin/kldload/kldload.8
index 1811b5a..5664877 100644
--- a/sbin/kldload/kldload.8
+++ b/sbin/kldload/kldload.8
@@ -84,7 +84,7 @@ The
utility first appeared in
.Fx 3.0 ,
replacing the
-.Xr lkm 4
+lkm
interface.
.Sh AUTHORS
.An Doug Rabson Aq dfr@FreeBSD.org
diff --git a/sbin/kldstat/kldstat.8 b/sbin/kldstat/kldstat.8
index 3500839..14fbbcd 100644
--- a/sbin/kldstat/kldstat.8
+++ b/sbin/kldstat/kldstat.8
@@ -70,7 +70,7 @@ The
utility first appeared in
.Fx 3.0 ,
replacing the
-.Xr lkm 4
+lkm
interface.
.Sh AUTHORS
.An Doug Rabson Aq dfr@FreeBSD.org
diff --git a/sbin/kldunload/kldunload.8 b/sbin/kldunload/kldunload.8
index 2aa8bbb2..8030886 100644
--- a/sbin/kldunload/kldunload.8
+++ b/sbin/kldunload/kldunload.8
@@ -75,7 +75,7 @@ The
utility first appeared in
.Fx 3.0 ,
replacing the
-.Xr lkm 4
+lkm
interface.
.Sh AUTHORS
.An Doug Rabson Aq dfr@FreeBSD.org
diff --git a/share/man/man4/kld.4 b/share/man/man4/kld.4
index 58b08d5..0694f66 100644
--- a/share/man/man4/kld.4
+++ b/share/man/man4/kld.4
@@ -137,7 +137,7 @@ The
facility appeared in
.Fx 3.0
and was designed as a replacement for the
-.Xr lkm 4
+lkm
facility, which was similar in functionality to the loadable kernel modules
facility provided by
.Tn SunOS
OpenPOWER on IntegriCloud