From f76b42a3664d071a7a34d3c475d0fb044e45d109 Mon Sep 17 00:00:00 2001 From: ghelmer Date: Thu, 8 Apr 1999 14:02:56 +0000 Subject: Change LKM/modload to KLD/kldload. Submitted by: Nathan Ahlstrom --- usr.sbin/mountd/mountd.8 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.sbin/mountd') diff --git a/usr.sbin/mountd/mountd.8 b/usr.sbin/mountd/mountd.8 index 91404f9..43a4cd3 100644 --- a/usr.sbin/mountd/mountd.8 +++ b/usr.sbin/mountd/mountd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mountd.8 8.4 (Berkeley) 4/28/95 -.\" $Id: mountd.8,v 1.13 1998/07/15 06:21:39 charnier Exp $ +.\" $Id: mountd.8,v 1.14 1998/10/15 13:37:35 mckay Exp $ .\" .Dd April 28, 1995 .Dt MOUNTD 8 @@ -116,12 +116,12 @@ detects that the running kernel does not include support, it will attempt to load a loadable kernel module containing .Tn NFS code, using -.Xr modload 8 +.Xr kldload 8 by way of .Xr vfsload 3 . If this fails, or no .Tn NFS -LKM was available, +KLD was available, .Nm exits with an error. .Sh FILES @@ -136,7 +136,7 @@ the current list of remote mounted filesystems .Sh SEE ALSO .Xr nfsstat 1 , .Xr exports 5 , -.Xr modload 8 , +.Xr kldload 8 , .Xr nfsd 8 , .Xr portmap 8 , .Xr showmount 8 -- cgit v1.1