From ec5786a1126c2bafdfd25d135483d101a6749b79 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 11 Jun 2015 12:54:16 +0200 Subject: added comment about mountint in /etc/fstab (issue #5) --- pgfuse.1 | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3-54-g00ecf