aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/bindfs.17
1 files changed, 6 insertions, 1 deletions
diff --git a/src/bindfs.1 b/src/bindfs.1
index 769685d..b183a78 100644
--- a/src/bindfs.1
+++ b/src/bindfs.1
@@ -341,12 +341,17 @@ and adds the user execute bit for directories and executables.
Makes a directory read\-only and accessable only by the current user.
.TP
-.B bindfs#/home/bob/shared /var/www/shared/bob fuse perms=0000:u+rD 0 0
+.B /home/bob/shared /var/www/shared/bob fuse.bindfs perms=0000:u+rD 0 0
An example \fI/etc/fstab\fP entry. Note that the colon must be used to
separate arguments to perms, because the comma is an option separator in
\fI/etc/fstab\fP.
+.TP
+.B bindfs#/home/bob/shared /var/www/shared/bob fuse perms=0000:u+rD 0 0
+
+Older systems may require this deprecated fstab syntax.
+
.SH NOTES