fuse.4: Tweaks

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-12-11 08:05:28 +01:00
parent 4085d7ab46
commit 660bc76cdd
1 changed files with 4 additions and 5 deletions

View File

@ -191,7 +191,7 @@ struct fuse_getattr_in {
The requested operation is to compute the attributes to be returned
by
.BR stat(2)
.BR stat (2)
and similar operations for the given file system object.
The object for which the attributes should be computed is indicated
either by
@ -201,10 +201,11 @@ or, if the
flag is set, by the file handle
.IR fh.
The latter case of operation is analogous to
.BR fstat(2).
.BR fstat (2).
For performance reasons, these attributes may be cached in the kernel for
a specified duration of time. While the cache timeout has not been exceeded,
a specified duration of time.
While the cache timeout has not been exceeded,
the attributes will be served from the cache and will not cause additional
.B FUSE_GETATTR
requests.
@ -551,8 +552,6 @@ The following messages are not yet documented in this manual page:
.BR FUSE_WRITE
.fi
.in
.\" It looks like the following are undocumented so far. It probably would
.\" be kind to list these in the man page
.SH SEE ALSO
.BR fusermount (1),
.BR mount.fuse (8)