diff options
author | ghelmer <ghelmer@FreeBSD.org> | 1999-04-08 14:02:56 +0000 |
---|---|---|
committer | ghelmer <ghelmer@FreeBSD.org> | 1999-04-08 14:02:56 +0000 |
commit | f76b42a3664d071a7a34d3c475d0fb044e45d109 (patch) | |
tree | 74116ca3542697b9d9bf2b55bea909af5a5220b4 /sbin | |
parent | cce136a288565917831ba0bd61e12e702a3d8d02 (diff) | |
download | FreeBSD-src-f76b42a3664d071a7a34d3c475d0fb044e45d109.zip FreeBSD-src-f76b42a3664d071a7a34d3c475d0fb044e45d109.tar.gz |
Change LKM/modload to KLD/kldload.
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/mountd/mountd.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/mountd/mountd.8 b/sbin/mountd/mountd.8 index 91404f9..43a4cd3 100644 --- a/sbin/mountd/mountd.8 +++ b/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 |