]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
fuse.4: Tweaks
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 11 Dec 2016 07:05:28 +0000 (08:05 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 12 Dec 2016 09:35:43 +0000 (10:35 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man4/fuse.4

index af28ef9520ae8f7bed1cbf0d85904bd744005d25..f3b3e5b16d7190907a5173148abb19037e3abffe 100644 (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)