Change LKM/modload to KLD/kldload.
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
This commit is contained in:
parent
cb79c9a4d7
commit
8570fd2a09
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user