aboutsummaryrefslogtreecommitdiffstats
path: root/src/bindfs.1
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2014-01-22 21:50:10 +0200
committerMartin Pärtel <martin.partel@gmail.com>2014-01-22 21:50:10 +0200
commit799cef8d964f60470cdfd6c9f816d2383a1817fd (patch)
tree06aadf862f11dc14e7827a21a2c9fb22364022f5 /src/bindfs.1
parentcd2668e11821e8f97863653c8b4d3ddbf61cec23 (diff)
downloadbindfs-799cef8d964f60470cdfd6c9f816d2383a1817fd.tar.gz
man page: use newer fstab syntax (issue #9).
Diffstat (limited to 'src/bindfs.1')
-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