diff options
author | ghelmer <ghelmer@FreeBSD.org> | 1999-04-13 02:20:07 +0000 |
---|---|---|
committer | ghelmer <ghelmer@FreeBSD.org> | 1999-04-13 02:20:07 +0000 |
commit | 711420b58a6fb6b427565ecc10a06f7680b1f5f4 (patch) | |
tree | 59f0255e281ed060c7cb5cf610b2e743d3e21c74 /sbin/nfsiod | |
parent | 0bcfc4fae5b37b480d1a617b342935d359b3476c (diff) | |
download | FreeBSD-src-711420b58a6fb6b427565ecc10a06f7680b1f5f4.zip FreeBSD-src-711420b58a6fb6b427565ecc10a06f7680b1f5f4.tar.gz |
Change LKM/modload to KLD/kldload.
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
Diffstat (limited to 'sbin/nfsiod')
-rw-r--r-- | sbin/nfsiod/nfsiod.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/nfsiod/nfsiod.8 b/sbin/nfsiod/nfsiod.8 index 5708ff3..25cc33c 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 |