diff options
author | ghelmer <ghelmer@FreeBSD.org> | 1999-04-06 13:57:33 +0000 |
---|---|---|
committer | ghelmer <ghelmer@FreeBSD.org> | 1999-04-06 13:57:33 +0000 |
commit | 0047b416e64e7ae38bae781c3283957987ea8ab9 (patch) | |
tree | 1dcd86339322665d4a421f923943fbe5512cde8a /sys/modules/ibcs2 | |
parent | 76efc1ac22b0c3361c1ea7b031d1d4f36532c7ba (diff) | |
download | FreeBSD-src-0047b416e64e7ae38bae781c3283957987ea8ab9.zip FreeBSD-src-0047b416e64e7ae38bae781c3283957987ea8ab9.tar.gz |
Replace LKM with KLD.
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
Diffstat (limited to 'sys/modules/ibcs2')
-rw-r--r-- | sys/modules/ibcs2/ibcs2.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/modules/ibcs2/ibcs2.8 b/sys/modules/ibcs2/ibcs2.8 index ed32cf3..d1f2451 100644 --- a/sys/modules/ibcs2/ibcs2.8 +++ b/sys/modules/ibcs2/ibcs2.8 @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: ibcs2.8,v 1.6 1998/08/31 16:41:06 wosch Exp $ +.\" $Id: ibcs2.8,v 1.7 1999/02/15 08:34:13 fenner Exp $ .\" .Dd November 27, 1995 .Dt IBCS2 8 @@ -45,15 +45,15 @@ and shared libraries are supported, however no shared libraries are provided with the FreeBSD distribution. .Sh FILES .Bl -tag -width /usr/share/examples/ibcs2/* -compact -.It Pa /lkm/ibcs2_mod.o -.It Pa /lkm/ibcs2_coff_mod.o +.It Pa /modules/ibcs2.ko +.It Pa /modules/ibcs2_coff.ko iBCS2 loadable kernel modules. .Pp .It Pa /usr/share/examples/ibcs2/* Sample object files with which to test the emulator. .Sh "SEE ALSO" -.Xr lkm 4 , -.Xr modload 8 +.\"no equivalent yet for kld:.Xr lkm 4 , +.Xr kldload 8 .Sh BUGS The emulation is very incomplete. .Pp |