summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authortmclaugh <tmclaugh@FreeBSD.org>2008-03-10 19:03:55 +0000
committertmclaugh <tmclaugh@FreeBSD.org>2008-03-10 19:03:55 +0000
commit9d148b4c1d10ad1656f8dc4bba4ae0fcddfba9d6 (patch)
treefc18aab904297aede47bb8445e16f406b72fb185 /sbin
parent747c71e58b60c2f857a626272c341555e0088248 (diff)
downloadFreeBSD-src-9d148b4c1d10ad1656f8dc4bba4ae0fcddfba9d6.zip
FreeBSD-src-9d148b4c1d10ad1656f8dc4bba4ae0fcddfba9d6.tar.gz
- unionfs -b option is deprecated in favor of '-o below' as per
mount_unionfs(8). Approved by: remko
Diffstat (limited to 'sbin')
-rw-r--r--sbin/mount/mount.84
1 files changed, 2 insertions, 2 deletions
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
OpenPOWER on IntegriCloud