diff options
Diffstat (limited to 'doc/libfuse-operations.txt')
-rw-r--r-- | doc/libfuse-operations.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/libfuse-operations.txt b/doc/libfuse-operations.txt index cc4cb45..4c6e009 100644 --- a/doc/libfuse-operations.txt +++ b/doc/libfuse-operations.txt @@ -43,8 +43,8 @@ was only partly human verified - use with care. - out_args[2]: Not used 6. FUSE_SYMLINK (6) - - in_args[0]: Size of fuse_symlink_in (variable) - - in_args[1]: Variable (target path, up to PATH_MAX) + - in_args[0]: Variable (new link file name, up to PATH_MAX) + - in_args[1]: Variable (target path for the symlink, up to PATH_MAX) - in_args[2]: Not used - out_args[0]: Size of fuse_entry_out (typically 128 bytes) - out_args[1]: Not used |