mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-22 19:54:12 +08:00
Correct arg documentation for FUSE_READLINK
It does not have an in-argument.
This commit is contained in:
parent
e12c503ce6
commit
8a3746fe0e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user