fuse.4: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-09-11 07:23:41 +02:00
parent cb540eb3fc
commit 6feb8aa967
1 changed files with 0 additions and 5 deletions

View File

@ -31,7 +31,6 @@ fuse \- Filesystem in Userspace (FUSE) device
.B #include <linux/fuse.h>
.fi
.SH DESCRIPTION
.PP
This device is the primary interface between the FUSE filesystem driver
and a user-space process wishing to provide the filesystem (referred to
in the rest of this manual page as the
@ -241,7 +240,6 @@ struct fuse_attr_out {
};
.EE
.in
.IP
.TP
.BR FUSE_ACCESS
.IP
@ -285,7 +283,6 @@ filesystem should validate that the requested
are valid for the indicated resource and then send a reply with the
following format:
.IP
.IP
.in +4n
.EX
struct fuse_open_out {
@ -296,7 +293,6 @@ struct fuse_open_out {
.EE
.in
.IP
.IP
The
.I fh
field is an opaque identifier that the kernel will use to refer
@ -333,7 +329,6 @@ struct fuse_read_in {
.EE
.in
.IP
.IP
The requested action is to read up to
.I size
bytes of the file or directory, starting at