summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-06-11 12:54:16 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-06-11 12:54:16 +0200
commitec5786a1126c2bafdfd25d135483d101a6749b79 (patch)
tree79333c91540f1cc8c998e101445f49f75dcc08de
parent19c956b097ce86c1417dcda9f1cfec6b8ee9d313 (diff)
downloadpgfuse-ec5786a1126c2bafdfd25d135483d101a6749b79.tar.gz
pgfuse-ec5786a1126c2bafdfd25d135483d101a6749b79.tar.bz2
added comment about mountint in /etc/fstab (issue #5)
-rw-r--r--pgfuse.15
1 files changed, 5 insertions, 0 deletions
diff --git a/pgfuse.1 b/pgfuse.1
index 58e0d28..db86c29 100644
--- a/pgfuse.1
+++ b/pgfuse.1
@@ -55,6 +55,11 @@ For more options have a look at the documentation of \fBlibpq\fR
in function \fBPQconnectdb\fR.
.TP
\fBExample\fR: "host=foo.lan dbname=test user=test"
+.TP
+\fBNote\fR: When adding a permanent mount point to \fB/etc/fstab\fR
+you have to escape the spaces with \fB\\040\fR, for example:
+.TP
+pgfuse#host=localhost\\040dbname=testdb\\040user=testuser /mnt/pgfuse fuse defaults 0 0
.SS "Fuse and PgFuse options"
Options are the normal FUSE options plus the special PgFuse options:
.TP