aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/nfsd/nfsd.8
diff options
context:
space:
mode:
authorMaxime Henrion <mux@FreeBSD.org>2002-08-11 15:19:49 +0000
committerMaxime Henrion <mux@FreeBSD.org>2002-08-11 15:19:49 +0000
commit34053f6ffb4232cad36cf8788e52bbe7679a5c9a (patch)
tree5aba4f338dbc4850ddb284a09703e7418370d17c /usr.sbin/nfsd/nfsd.8
parent5abe20579845c9fe8e39ad7b72d91c94b4194451 (diff)
downloadsrc-34053f6ffb4232cad36cf8788e52bbe7679a5c9a.tar.gz
src-34053f6ffb4232cad36cf8788e52bbe7679a5c9a.zip
Update manpage to match the code, vfsload() is not used
here since some time, kldload() is used instead.
Notes
Notes: svn path=/head/; revision=101685
Diffstat (limited to 'usr.sbin/nfsd/nfsd.8')
-rw-r--r--usr.sbin/nfsd/nfsd.86
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/nfsd/nfsd.8 b/usr.sbin/nfsd/nfsd.8
index 76d4247e5eef..c09fcf100fe7 100644
--- a/usr.sbin/nfsd/nfsd.8
+++ b/usr.sbin/nfsd/nfsd.8
@@ -133,9 +133,7 @@ is not loaded in the running kernel, it will attempt
to load a loadable kernel module containing
.Tn NFS
support using
-.Xr kldload 8
-by way of
-.Xr vfsload 3 .
+.Xr kldload 2 .
If this fails, or no
.Tn NFS
KLD is available,
@@ -178,9 +176,9 @@ just do a
.Ex -std
.Sh SEE ALSO
.Xr nfsstat 1 ,
+.Xr kldload 2 ,
.Xr nfssvc 2 ,
.Xr ipfw 8 ,
-.Xr kldload 8 ,
.Xr mountd 8 ,
.Xr nfsiod 8 ,
.Xr rpcbind 8