aboutsummaryrefslogtreecommitdiff
path: root/sbin/nfsiod/nfsiod.8
diff options
context:
space:
mode:
authorGuy Helmer <ghelmer@FreeBSD.org>1999-04-13 02:20:07 +0000
committerGuy Helmer <ghelmer@FreeBSD.org>1999-04-13 02:20:07 +0000
commit8570fd2a099d3dcc902f15337272df1be0ba6405 (patch)
tree193f162fe7ecf6911a9133e0afe29850822dd9a1 /sbin/nfsiod/nfsiod.8
parentcb79c9a4d72f83f03fe647e284838606e908cfdb (diff)
downloadsrc-8570fd2a099d3dcc902f15337272df1be0ba6405.tar.gz
src-8570fd2a099d3dcc902f15337272df1be0ba6405.zip
Notes
Diffstat (limited to 'sbin/nfsiod/nfsiod.8')
-rw-r--r--sbin/nfsiod/nfsiod.88
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/nfsiod/nfsiod.8 b/sbin/nfsiod/nfsiod.8
index 5708ff3558f0..25cc33cde6ec 100644
--- a/sbin/nfsiod/nfsiod.8
+++ b/sbin/nfsiod/nfsiod.8
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)nfsiod.8 8.2 (Berkeley) 2/22/94
-.\" $Id: nfsiod.8,v 1.5 1997/02/22 14:33:05 peter Exp $
+.\" $Id: nfsiod.8,v 1.6 1998/07/15 06:35:20 charnier Exp $
.\"
.Dd September 22, 1994
.Dt NFSIOD 8
@@ -68,12 +68,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.
.Pp
@@ -83,7 +83,7 @@ utility exits 0 on success, and >0 if an error occurs.
.Sh SEE ALSO
.Xr nfsstat 1 ,
.Xr nfssvc 2 ,
-.Xr modload 8 ,
+.Xr kldload 8 ,
.Xr mountd 8 ,
.Xr portmap 8
.Sh HISTORY