diff options
author | ru <ru@FreeBSD.org> | 2001-05-24 13:13:56 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-05-24 13:13:56 +0000 |
commit | a8152c00a19799432854dc7837718fd2eb78f2f4 (patch) | |
tree | 00214730859d11a8a0acd000a28989ce98d6b174 /sbin | |
parent | e55c47c3e738d268fb1cf30133266bb23e2c62c8 (diff) | |
download | FreeBSD-src-a8152c00a19799432854dc7837718fd2eb78f2f4.zip FreeBSD-src-a8152c00a19799432854dc7837718fd2eb78f2f4.tar.gz |
Missed one mount_null(8) -> mount_nullfs(8) in previous commit.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/mount_unionfs/mount_unionfs.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_unionfs/mount_unionfs.8 b/sbin/mount_unionfs/mount_unionfs.8 index 76a2856..b9c7b19 100644 --- a/sbin/mount_unionfs/mount_unionfs.8 +++ b/sbin/mount_unionfs/mount_unionfs.8 @@ -181,7 +181,7 @@ accessible via .Xr unmount 2 , .Xr fstab 5 , .Xr mount 8 , -.Xr mount_null 8 +.Xr mount_nullfs 8 .Sh BUGS THIS FILESYSTEM TYPE IS NOT YET FULLY SUPPORTED (READ: IT DOESN'T WORK) AND USING IT MAY, IN FACT, DESTROY DATA ON YOUR SYSTEM. USE AT YOUR |