fuse.4: Small rewording in FUSE_INIT

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-12-10 14:32:18 +01:00
parent 53c028d171
commit 83b87d658b
1 changed files with 1 additions and 1 deletions

View 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,