diff --git a/sshfs-0001-Refer-to-mount.fuse3-instead-of-mount.fuse.patch b/sshfs-0001-Refer-to-mount.fuse3-instead-of-mount.fuse.patch new file mode 100644 index 0000000..d9fdd21 --- /dev/null +++ b/sshfs-0001-Refer-to-mount.fuse3-instead-of-mount.fuse.patch @@ -0,0 +1,19 @@ +From: Peter Lemenkov +Date: Wed, 11 Mar 2020 15:50:26 +0100 +Subject: [PATCH] Refer to mount.fuse3 instead of mount.fuse + +Signed-off-by: Peter Lemenkov + +diff --git a/sshfs.rst b/sshfs.rst +index 0fe84f2..42356c0 100644 +--- a/sshfs.rst ++++ b/sshfs.rst +@@ -227,7 +227,7 @@ Options + used, and the *buflimit* workaround is not supported/ + + In addition, SSHFS accepts several options common to all FUSE file +-systems. These are described in the `mount.fuse` manpage (look ++systems. These are described in the `mount.fuse3` manpage (look + for "general", "libfuse specific", and "high-level API" options). + + Caveats / Workarounds