summaryrefslogtreecommitdiffstats
path: root/sbin/mount
diff options
context:
space:
mode:
authortmclaugh <tmclaugh@FreeBSD.org>2008-03-10 20:44:27 +0000
committertmclaugh <tmclaugh@FreeBSD.org>2008-03-10 20:44:27 +0000
commita55b54b00e8212d0b2377493c57685a0a4709858 (patch)
tree4867a2c10c534858998d864895e5146f77b4b35c /sbin/mount
parent12d32f9576d78a8581086788226f595e802f5ca8 (diff)
downloadFreeBSD-src-a55b54b00e8212d0b2377493c57685a0a4709858.zip
FreeBSD-src-a55b54b00e8212d0b2377493c57685a0a4709858.tar.gz
- Also change the /sbin/mount_unionfs line I managed to miss just two
lines down to '-o below'. Approved by: remko Noticed by: rodrigc Pointyhat by: me
Diffstat (limited to 'sbin/mount')
-rw-r--r--sbin/mount/mount.82
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8
index 6792274..9af8597 100644
--- a/sbin/mount/mount.8
+++ b/sbin/mount/mount.8
@@ -342,7 +342,7 @@ causes
.Nm
to execute the equivalent of:
.Bd -literal -offset indent
-/sbin/mount_unionfs -b /sys $HOME/sys
+/sbin/mount_unionfs -o below /sys $HOME/sys
.Ed
.Pp
Additional options specific to file system types
OpenPOWER on IntegriCloud