@@ -40,9 +40,9 @@ By default, only the mounting user will be able to access the filesystem. Access
4040users can be enabled by passing ``-o allow_other ``. In this case you most likely also
4141want to use ``-o default_permissions ``.
4242
43- It is recommended to run SSHFS as regular user (not as root). For this to work the
44- mountpoint must be owned by the user. If username is omitted SSHFS will use the local
45- username. If the directory is omitted, SSHFS will mount the (remote) home directory. If
43+ It is recommended to run SSHFS as regular user (not as root). For this to work the
44+ mountpoint must be owned by the user. If username is omitted SSHFS will use the local
45+ username. If the directory is omitted, SSHFS will mount the (remote) home directory. If
4646you need to enter a password sshfs will ask for it (actually it just runs ssh which ask
4747for the password if needed).
4848
@@ -158,7 +158,7 @@ Options
158158
159159-o passive
160160 communicate over stdin and stdout bypassing network. Useful for
161- mounting local filesystem on the remote side. An example using
161+ mounting local filesystem on the remote side. An example using
162162 dpipe command would be ``dpipe /usr/lib/openssh/sftp-server = ssh
163163 RemoteHostname sshfs :/directory/to/be/shared ~/mnt/src -o passive ``
164164
@@ -186,7 +186,7 @@ Options
186186 read password from stdin (only for pam_mount!)
187187
188188-o dir_cache=BOOL
189- Enables (*yes *) or disables (*no *) the SSHFS directory cache. The
189+ Enables (*yes *) or disables (*no *) the SSHFS directory cache. The
190190 directory cache holds the names of directory entries. Enabling it
191191 allows `readdir(3) ` system calls to be processed without network
192192 access.
@@ -198,7 +198,7 @@ Options
198198 sets timeout for directory cache in seconds.
199199
200200-o dcache_{stat,link,dir}_timeout=N
201- sets separate timeout for {attributes, symlinks, names} in the
201+ sets separate timeout for {attributes, symlinks, names} in the
202202 directory cache.
203203
204204-o dcache_clean_interval=N
0 commit comments