diff options
author | ghelmer <ghelmer@FreeBSD.org> | 1999-04-08 13:59:42 +0000 |
---|---|---|
committer | ghelmer <ghelmer@FreeBSD.org> | 1999-04-08 13:59:42 +0000 |
commit | cce136a288565917831ba0bd61e12e702a3d8d02 (patch) | |
tree | 94fbe81e69fb31ce140ec62a8a59b137b1611726 /sbin/mount | |
parent | fa2c69b869fcda65147c4bbebe568ec8f37d8f3a (diff) | |
download | FreeBSD-src-cce136a288565917831ba0bd61e12e702a3d8d02.zip FreeBSD-src-cce136a288565917831ba0bd61e12e702a3d8d02.tar.gz |
modload -> kldload and add ref to kldload(8) in See Also section.
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
Diffstat (limited to 'sbin/mount')
-rw-r--r-- | sbin/mount/mount.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 1b31090..9a33f50 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 , |