diff options
author | Joanne Koong <joannelkoong@gmail.com> | 2024-08-06 15:14:04 -0700 |
---|---|---|
committer | Bernd Schubert <bernd.schubert@fastmail.fm> | 2024-08-07 10:12:12 +0200 |
commit | 2251a6922393f055b28b39df0ee44e2032169d21 (patch) | |
tree | 0c0ff7f7220c8853a6662cf385db68ab4bef47f4 /doc/libfuse-operations.txt | |
parent | beff8a8ebe1b413b4b572b93ddca24aaeb904f7a (diff) | |
download | libfuse-2251a6922393f055b28b39df0ee44e2032169d21.tar.gz |
doc/libfuse-operations: Fix FUSE_STATX in_args[1] description
Diffstat (limited to 'doc/libfuse-operations.txt')
-rw-r--r-- | doc/libfuse-operations.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libfuse-operations.txt b/doc/libfuse-operations.txt index ea13daf..cc4cb45 100644 --- a/doc/libfuse-operations.txt +++ b/doc/libfuse-operations.txt @@ -411,7 +411,7 @@ was only partly human verified - use with care. 52. FUSE_STATX (52) - in_args[0]: Size of fuse_statx_in (32 bytes) - - in_args[1]: Variable (file name, up to PATH_MAX) + - in_args[1]: Not used - in_args[2]: Not used - out_args[0]: Size of fuse_statx_out (typically 256 bytes) - out_args[1]: Not used |