Document -o remember= mount option.
authorNikolaus Rath <Nikolaus@rath.org>
Wed, 19 Oct 2016 04:26:40 +0000 (21:26 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Thu, 20 Oct 2016 22:22:05 +0000 (15:22 -0700)
doc/mount.fuse.8

index ffe86bca5adaf671743b6005c14c0353ae6344a8..69206e7cadee62efdecc11334657647433d7e93d 100644 (file)
@@ -118,10 +118,13 @@ Allow requests to be interrupted.  Turning on this option may result in unexpect
 Specify which signal number to send to the filesystem when a request
 is interrupted.  The default is hardcoded to USR1.
 .TP
-\fBnoforget\fF
+\fBnoforget\fP
+.TP
+\fBremember=T\fP
 Normally, FUSE assigns inodes to paths only for as long as the kernel
-is aware of them. With this option inodes are instead assigned permanently for
-the life-time of the file-system process. This will require more
+is aware of them. With this option inodes are instead assigned
+for at least \fBT\fP seconds (or, in the case of \fBnoforget\fP,
+the life-time of the file-system process). This will require more
 memory, but may be necessary when using applications that make use of
 inode numbers.
 .TP