diff options
author | Bernd Schubert <bernd.schubert@fastmail.fm> | 2024-10-30 15:25:22 +0100 |
---|---|---|
committer | Bernd Schubert <bernd.schubert@fastmail.fm> | 2024-10-30 17:58:09 +0100 |
commit | 8a3746fe0efb7485bf521dff89dd7dfc735b6879 (patch) | |
tree | 0f0d36f58c079a1af43835a944a60bc171f2bbcd /doc | |
parent | e12c503ce634de259da7e5bb66313ea05d35a3a0 (diff) | |
download | libfuse-8a3746fe0efb7485bf521dff89dd7dfc735b6879.tar.gz |
Correct arg documentation for FUSE_READLINK
It does not have an in-argument.
Diffstat (limited to 'doc')
-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 4c6e009..a56f89b 100644 --- a/doc/libfuse-operations.txt +++ b/doc/libfuse-operations.txt @@ -35,7 +35,7 @@ was only partly human verified - use with care. - out_args[2]: Not used 5. FUSE_READLINK (5) - - in_args[0]: Size of fuse_readlink_in (16 bytes) + - in_args[0]: Not used - in_args[1]: Not used - in_args[2]: Not used - out_args[0]: Variable (size of the link target path) |