From a7efcd4babafb86916839cd39939e80a830e4f0b Mon Sep 17 00:00:00 2001 From: Guy Helmer Date: Thu, 8 Apr 1999 13:59:42 +0000 Subject: [PATCH] modload -> kldload and add ref to kldload(8) in See Also section. Submitted by: Nathan Ahlstrom --- sbin/mount/mount.8 | 5 +++-- sbin/mount_ifs/mount.8 | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 1b31090e5ce2..9a33f5006c03 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount.8 8.8 (Berkeley) 6/16/94 -.\" $Id: mount.8,v 1.23 1998/07/09 05:49:58 jkoshy Exp $ +.\" $Id: mount.8,v 1.24 1998/10/16 00:06:56 des Exp $ .\" .Dd June 16, 1994 .Dt MOUNT 8 @@ -315,7 +315,7 @@ Various, most of them are self-explanatory. The kernel doesn't support the respective filesystem type. Note that support for a particular filesystem might be provided either on a static (kernel compile-time), or dynamic basis (loaded as a kernel module by -.Xr modload 8 ). +.Xr kldload 8 ). Normally, .Nm or its subprocesses attempt to dynamically load a filesystem module if @@ -332,6 +332,7 @@ file system table .Xr mount 2 , .Xr vfsload 3 , .Xr fstab 5 , +.Xr kldload 8 , .Xr mount_cd9660 8 , .Xr mount_devfs 8 , .Xr mount_fdesc 8 , diff --git a/sbin/mount_ifs/mount.8 b/sbin/mount_ifs/mount.8 index 1b31090e5ce2..9a33f5006c03 100644 --- a/sbin/mount_ifs/mount.8 +++ b/sbin/mount_ifs/mount.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount.8 8.8 (Berkeley) 6/16/94 -.\" $Id: mount.8,v 1.23 1998/07/09 05:49:58 jkoshy Exp $ +.\" $Id: mount.8,v 1.24 1998/10/16 00:06:56 des Exp $ .\" .Dd June 16, 1994 .Dt MOUNT 8 @@ -315,7 +315,7 @@ Various, most of them are self-explanatory. The kernel doesn't support the respective filesystem type. Note that support for a particular filesystem might be provided either on a static (kernel compile-time), or dynamic basis (loaded as a kernel module by -.Xr modload 8 ). +.Xr kldload 8 ). Normally, .Nm or its subprocesses attempt to dynamically load a filesystem module if @@ -332,6 +332,7 @@ file system table .Xr mount 2 , .Xr vfsload 3 , .Xr fstab 5 , +.Xr kldload 8 , .Xr mount_cd9660 8 , .Xr mount_devfs 8 , .Xr mount_fdesc 8 ,