fuse.4: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-12-10 14:29:44 +01:00
parent 5d69a98a99
commit 3280cb6ba5
1 changed files with 2 additions and 2 deletions

View File

@ -348,8 +348,8 @@ The expected reply is of the form:
.in +4n
.nf
struct fuse_entry_out {
uint64_t nodeid; /* Inode ID */
uint64_t generation; /* Inode generation */
uint64_t nodeid; /* Inode ID */
uint64_t generation; /* Inode generation */
uint64_t entry_valid;
uint64_t attr_valid;
uint32_t entry_valid_nsec;