From 9d148b4c1d10ad1656f8dc4bba4ae0fcddfba9d6 Mon Sep 17 00:00:00 2001 From: tmclaugh Date: Mon, 10 Mar 2008 19:03:55 +0000 Subject: - unionfs -b option is deprecated in favor of '-o below' as per mount_unionfs(8). Approved by: remko --- sbin/mount/mount.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin') diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index eba2873..6792274 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -28,7 +28,7 @@ .\" @(#)mount.8 8.8 (Berkeley) 6/16/94 .\" $FreeBSD$ .\" -.Dd July 12, 2006 +.Dd March 10, 2008 .Dt MOUNT 8 .Os .Sh NAME @@ -335,7 +335,7 @@ For example, the .Nm command: .Bd -literal -offset indent -mount -t unionfs -o -b /sys $HOME/sys +mount -t unionfs -o below /sys $HOME/sys .Ed .Pp causes -- cgit v1.1