summaryrefslogtreecommitdiffstats
path: root/sbin/mountd
diff options
context:
space:
mode:
authorghelmer <ghelmer@FreeBSD.org>1999-04-08 14:02:56 +0000
committerghelmer <ghelmer@FreeBSD.org>1999-04-08 14:02:56 +0000
commitf76b42a3664d071a7a34d3c475d0fb044e45d109 (patch)
tree74116ca3542697b9d9bf2b55bea909af5a5220b4 /sbin/mountd
parentcce136a288565917831ba0bd61e12e702a3d8d02 (diff)
downloadFreeBSD-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/mountd')
-rw-r--r--sbin/mountd/mountd.88
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
OpenPOWER on IntegriCloud