diff options
author | mux <mux@FreeBSD.org> | 2002-08-11 15:18:41 +0000 |
---|---|---|
committer | mux <mux@FreeBSD.org> | 2002-08-11 15:18:41 +0000 |
commit | 78ce3ef6cd55b08f27ced80bfa9ec754ca7f4adb (patch) | |
tree | 669cf9de2851e9314dc3fc2d0ecd7632a2ec2162 /sbin/mount_std | |
parent | 8d653b4875645628258b7441f814d5a8b758ab04 (diff) | |
download | FreeBSD-src-78ce3ef6cd55b08f27ced80bfa9ec754ca7f4adb.zip FreeBSD-src-78ce3ef6cd55b08f27ced80bfa9ec754ca7f4adb.tar.gz |
Update manpage to match the code, we don't use
vfsload() here anymore.
Diffstat (limited to 'sbin/mount_std')
-rw-r--r-- | sbin/mount_std/mount_std.8 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sbin/mount_std/mount_std.8 b/sbin/mount_std/mount_std.8 index d699838..a228700 100644 --- a/sbin/mount_std/mount_std.8 +++ b/sbin/mount_std/mount_std.8 @@ -132,11 +132,6 @@ The .Nm utility was called with a zeroth argument of .Dq Li mount_std . -.It vfsload(%s) -The -.Nm -utility was unable to load a kernel module implementing the %s filesystem -type. .It %s filesystem not available The specified filesystem type was not present in the kernel and no loadable module for it was found. |