diff options
-rw-r--r-- | hurd/libfuse.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/libfuse.mdwn b/hurd/libfuse.mdwn index 28125dd9..0c76645a 100644 --- a/hurd/libfuse.mdwn +++ b/hurd/libfuse.mdwn @@ -25,7 +25,7 @@ etc. * lowlevel API not implemented * Options handling (`fuse_parse_cmdline` and `fuse_opt_*`) not implemented * CUSE lowlevel not supported (compatibility level 29) -* Supports up to the compatibility level 25 (while current libfuse 2.9.x provides 26) +* Supports the compatibility level 25 and 26, up to libfuse 2.6.x * File I/O is quite slow. |