aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim Brose <kim.brose@rwth-aachen.de>2021-10-30 14:04:15 +0200
committerGitHub <noreply@github.com>2021-10-30 13:04:15 +0100
commitfd02499b4c1cbec916af2bc6ef7b93833e94eb9f (patch)
tree77c5fd26ef31587a36a729f7f5da21105168407b
parentc2715f74537a4487934ae22d3c0edf9c7fb779aa (diff)
downloadsshfs-fd02499b4c1cbec916af2bc6ef7b93833e94eb9f.tar
sshfs-fd02499b4c1cbec916af2bc6ef7b93833e94eb9f.tar.gz
sshfs-fd02499b4c1cbec916af2bc6ef7b93833e94eb9f.tar.bz2
sshfs-fd02499b4c1cbec916af2bc6ef7b93833e94eb9f.zip
add missing backtick (#270)
-rw-r--r--sshfs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshfs.rst b/sshfs.rst
index 371a657..5868872 100644
--- a/sshfs.rst
+++ b/sshfs.rst
@@ -311,7 +311,7 @@ interrupted.
Mounting from /etc/fstab
========================
-To mount an SSHFS filesystem from ``/etc/fstab``, simply use ``sshfs`
+To mount an SSHFS filesystem from ``/etc/fstab``, simply use ``sshfs``
as the file system type. (For backwards compatibility, you may also
use ``fuse.sshfs``).