You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
667 B
20 lines
667 B
From: Peter Lemenkov <lemenkov@gmail.com>
|
|
Date: Wed, 11 Mar 2020 15:50:26 +0100
|
|
Subject: [PATCH] Refer to mount.fuse3 instead of mount.fuse
|
|
|
|
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
|
|
|
|
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
|