diff --git a/sbin/nfsd/nfsd.8 b/sbin/nfsd/nfsd.8 index 5be6ff809f17..4f7bb9058e31 100644 --- a/sbin/nfsd/nfsd.8 +++ b/sbin/nfsd/nfsd.8 @@ -109,12 +109,12 @@ is not loaded in the running kernel, it will attempt to load a loadable kernel module containing .Tn NFS support using -.Xr modload 8 +.Xr kldload 8 by way of .Xr vfsload 3 . If this fails, or no .Tn NFS -LKM is available, +KLD is available, .Nm nfsd will exit with an error. .Pp @@ -124,7 +124,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 diff --git a/usr.sbin/nfsd/nfsd.8 b/usr.sbin/nfsd/nfsd.8 index 5be6ff809f17..4f7bb9058e31 100644 --- a/usr.sbin/nfsd/nfsd.8 +++ b/usr.sbin/nfsd/nfsd.8 @@ -109,12 +109,12 @@ is not loaded in the running kernel, it will attempt to load a loadable kernel module containing .Tn NFS support using -.Xr modload 8 +.Xr kldload 8 by way of .Xr vfsload 3 . If this fails, or no .Tn NFS -LKM is available, +KLD is available, .Nm nfsd will exit with an error. .Pp @@ -124,7 +124,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