diff options
author | Kim Brose <kim.brose@rwth-aachen.de> | 2021-10-30 14:04:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-30 13:04:15 +0100 |
commit | fd02499b4c1cbec916af2bc6ef7b93833e94eb9f (patch) | |
tree | 77c5fd26ef31587a36a729f7f5da21105168407b /sshfs.rst | |
parent | c2715f74537a4487934ae22d3c0edf9c7fb779aa (diff) | |
download | sshfs-fd02499b4c1cbec916af2bc6ef7b93833e94eb9f.tar sshfs-fd02499b4c1cbec916af2bc6ef7b93833e94eb9f.tar.gz sshfs-fd02499b4c1cbec916af2bc6ef7b93833e94eb9f.tar.bz2 sshfs-fd02499b4c1cbec916af2bc6ef7b93833e94eb9f.zip |
add missing backtick (#270)
Diffstat (limited to 'sshfs.rst')
-rw-r--r-- | sshfs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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``). |