From fd02499b4c1cbec916af2bc6ef7b93833e94eb9f Mon Sep 17 00:00:00 2001 From: Kim Brose Date: Sat, 30 Oct 2021 14:04:15 +0200 Subject: [PATCH] add missing backtick (#270) --- sshfs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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``).