aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBernd Schubert <bernd.schubert@fastmail.fm>2024-10-17 18:59:44 +0200
committerBernd Schubert <bernd.schubert@fastmail.fm>2024-10-20 14:20:55 +0200
commit617109955cf3a3f30a2dee315f03a5e1a514e6e2 (patch)
treee1bb5c659df0a07b4992940dba1c0d50e1079f99 /doc
parent88d2dbd0d22c19fdad2a98ae8059d3f51cf6b989 (diff)
downloadlibfuse-617109955cf3a3f30a2dee315f03a5e1a514e6e2.tar.gz
Update libfuse-operations.txt for FUSE_SYMLINK
Diffstat (limited to 'doc')
-rw-r--r--doc/libfuse-operations.txt4
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