diff options
author | rodrigc <rodrigc@FreeBSD.org> | 2006-05-19 00:04:18 +0000 |
---|---|---|
committer | rodrigc <rodrigc@FreeBSD.org> | 2006-05-19 00:04:18 +0000 |
commit | 876847ec5e682b076f7a4f80cf4918cfed7d4a06 (patch) | |
tree | d1de98724f0f2566a0a8ba00dc891d7139ced99f /sbin/mount | |
parent | 2f056812a1392832771de5b0dfbef07c6cd58edf (diff) | |
download | FreeBSD-src-876847ec5e682b076f7a4f80cf4918cfed7d4a06.zip FreeBSD-src-876847ec5e682b076f7a4f80cf4918cfed7d4a06.tar.gz |
Remove reference to mount_procfs(8), add reference to procfs(5).
mount(8) doesn't use mount_procfs(8), and instead passes an fstype
of "procfs" directly to nmount().
Diffstat (limited to 'sbin/mount')
-rw-r--r-- | sbin/mount/mount.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index d36fc20..47ea621 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -481,6 +481,7 @@ support for a particular file system might be provided either on a static .Xr fstab 5 , .Xr kldload 8 , .Xr ext2fs 5 , +.Xr procfs 5 , .Xr mount_cd9660 8 , .Xr mount_msdosfs 8 , .Xr mount_nfs 8 , @@ -488,7 +489,6 @@ support for a particular file system might be provided either on a static .Xr mount_nullfs 8 , .Xr mount_nwfs 8 , .Xr mount_portalfs 8 , -.Xr mount_procfs 8 , .Xr mount_smbfs 8 , .Xr mount_std 8 , .Xr mount_udf 8 , |