aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mountd
diff options
context:
space:
mode:
authorMaxime Henrion <mux@FreeBSD.org>2002-08-11 15:21:06 +0000
committerMaxime Henrion <mux@FreeBSD.org>2002-08-11 15:21:06 +0000
commit933abef0c402465c46cd460067350f8e23337381 (patch)
tree5ba1baf68a8454656402b5245ed9a5f9ee274dc6 /usr.sbin/mountd
parent34053f6ffb4232cad36cf8788e52bbe7679a5c9a (diff)
downloadsrc-933abef0c402465c46cd460067350f8e23337381.tar.gz
src-933abef0c402465c46cd460067350f8e23337381.zip
Update manpage to match the code, vfsload() isn't used
here since some time, kldload() is used instead.
Notes
Notes: svn path=/head/; revision=101686
Diffstat (limited to 'usr.sbin/mountd')
-rw-r--r--usr.sbin/mountd/mountd.86
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/mountd/mountd.8 b/usr.sbin/mountd/mountd.8
index 0be0e7304179..f717a572028f 100644
--- a/usr.sbin/mountd/mountd.8
+++ b/usr.sbin/mountd/mountd.8
@@ -119,9 +119,7 @@ detects that the running kernel does not include
support, it will attempt to load a loadable kernel module containing
.Tn NFS
code, using
-.Xr kldload 8
-by way of
-.Xr vfsload 3 .
+.Xr kldload 2 .
If this fails, or no
.Tn NFS
KLD was available,
@@ -138,8 +136,8 @@ the current list of remote mounted filesystems
.El
.Sh SEE ALSO
.Xr nfsstat 1 ,
+.Xr kldload 2 ,
.Xr exports 5 ,
-.Xr kldload 8 ,
.Xr nfsd 8 ,
.Xr rpcbind 8 ,
.Xr showmount 8