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