From 711420b58a6fb6b427565ecc10a06f7680b1f5f4 Mon Sep 17 00:00:00 2001 From: ghelmer Date: Tue, 13 Apr 1999 02:20:07 +0000 Subject: Change LKM/modload to KLD/kldload. Submitted by: Nathan Ahlstrom --- sbin/nfsiod/nfsiod.8 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sbin') 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 -- cgit v1.1