]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
fuse.4: Small rewording in FUSE_INIT
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 10 Dec 2016 13:32:18 +0000 (14:32 +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 6351711da086873ecc6f267a41a186fd7346410f..c675a27b03168ecaa8440d7ac90ae121cf7e6620 100644 (file)
@@ -132,7 +132,7 @@ struct fuse_init_in {
 This is the first request sent by the kernel to the daemon.
 It is used to negotiate the protocol version and other filesystem parameters.
 Note that the protocol version may affect the layout of any structure
-in the protocol (including this one).
+in the protocol (including this structure).
 The daemon must thus remember the negotiated version
 and flags for each session.
 As of the writing of this man page,