summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-05-10 11:22:26 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-05-10 11:22:26 +0200
commit82d1eee6e23786c8e512e6f43eb451ee231f7a18 (patch)
tree3e72539c655370d2f2015a6098fce047e9562c5c
parent0c12bb634c60d7dca7b9d8936835efbb75a7fdfa (diff)
downloadpgfuse-82d1eee6e23786c8e512e6f43eb451ee231f7a18.tar.gz
pgfuse-82d1eee6e23786c8e512e6f43eb451ee231f7a18.tar.bz2
updated man page for noatime
-rw-r--r--pgfuse.14
1 files changed, 4 insertions, 0 deletions
diff --git a/pgfuse.1 b/pgfuse.1
index 649741b..f6ef02e 100644
--- a/pgfuse.1
+++ b/pgfuse.1
@@ -61,6 +61,10 @@ Options are the normal FUSE options plus the special PgFuse options:
\fB-o\fR ro (default="")
The default is to mount the filesystem read-writable. This can be
overruled to allow only read operations.
+.TP
+\fB-o\fR noatime (default=false)
+The default is to keep track of access times on reads. This can be
+switched off with noatime.
.SS "FUSE/Mount options"
For a list of possible mount and FUSE options consult the manpage
of \fBmount\fR and the README file of the \fBfuse\fR source package.