aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorMichael Albinus2024-12-09 15:50:59 +0100
committerMichael Albinus2024-12-09 15:50:59 +0100
commitb4bcbabf95c5cf4d4175bfb78e56e717d21a1034 (patch)
tree5051724b220762c07c1e4c2e760c078a36b7c63f /doc/misc
parentf8da72b41cda77088231a03da2e0879a79c5f12e (diff)
downloademacs-b4bcbabf95c5cf4d4175bfb78e56e717d21a1034.tar.gz
emacs-b4bcbabf95c5cf4d4175bfb78e56e717d21a1034.zip
* doc/misc/tramp.texi (FUSE-based methods): Fix sshfs reference.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/tramp.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 3af478052ed..94e06ce6af3 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -1530,10 +1530,10 @@ for accessing the system storage, you should use it.
1530 1530
1531@vindex tramp-sshfs-program 1531@vindex tramp-sshfs-program
1532On local hosts which have installed the @command{sshfs} client for 1532On local hosts which have installed the @command{sshfs} client for
1533mounting a file system based on @command{sftp}, this method can be 1533mounting a file system based on the @command{sftp} subsystem of
1534used, see 1534@command{ssh}, this method can be used, see
1535@uref{https://github.com/libfuse/sshfs/blob/master/README.rst/}. If 1535@uref{https://github.com/libfuse/sshfs/blob/master/README.md}. If the
1536the @command{sshfs} program isn't found in your @env{PATH} environment 1536@command{sshfs} program isn't found in your @env{PATH} environment
1537variable, you can tell @value{tramp} its absolute path via the user 1537variable, you can tell @value{tramp} its absolute path via the user
1538option @code{tramp-sshfs-program}. 1538option @code{tramp-sshfs-program}.
1539 1539