Skip to content

Commit dae347a

Browse files
committed
Consistently use uppercase SSHFS
1 parent c91eb9a commit dae347a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sshfs.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ want to use ``-o default_permissions``.
4343
It is recommended to run SSHFS as regular user (not as root). For this to work the
4444
mountpoint must be owned by the user. If username is omitted SSHFS will use the local
4545
username. If the directory is omitted, SSHFS will mount the (remote) home directory. If
46-
you need to enter a password sshfs will ask for it (actually it just runs ssh which ask
46+
you need to enter a password SSHFS will ask for it (actually it just runs ssh which ask
4747
for the password if needed).
4848

4949

@@ -263,7 +263,7 @@ Permission denied when moving files across remote filesystems
263263
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
264264

265265
Most SFTP servers return only a generic "failure" when failing to rename
266-
across filesystem boundaries (EXDEV). sshfs normally converts this generic
266+
across filesystem boundaries (EXDEV). SSHFS normally converts this generic
267267
failure to a permission denied error (EPERM). If the option ``-o
268268
workaround=renamexdev`` is given, generic failures will be considered EXDEV
269269
errors which will make programs like `mv(1)` attempt to actually move the

0 commit comments

Comments
 (0)