aboutsummaryrefslogtreecommitdiff
path: root/sshfs.rst
diff options
context:
space:
mode:
authorCam Cope <github@camcope.me>2021-08-30 07:35:33 -0700
committerGitHub <noreply@github.com>2021-08-30 15:35:33 +0100
commitd54c7ecbd618afb4df524e0d96dec7fe7cc2935d (patch)
tree4ffa94f7ab1e76c2657540bab4a0e358d857bfb3 /sshfs.rst
parent803e0e65cf63fdc95c7ad4a519a5db31d27f94d4 (diff)
downloadsshfs-d54c7ecbd618afb4df524e0d96dec7fe7cc2935d.tar
sshfs-d54c7ecbd618afb4df524e0d96dec7fe7cc2935d.tar.gz
sshfs-d54c7ecbd618afb4df524e0d96dec7fe7cc2935d.tar.bz2
sshfs-d54c7ecbd618afb4df524e0d96dec7fe7cc2935d.zip
Fixup whitespace and configure CI to keep it that way
Diffstat (limited to 'sshfs.rst')
-rw-r--r--sshfs.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/sshfs.rst b/sshfs.rst
index 711cc83..371a657 100644
--- a/sshfs.rst
+++ b/sshfs.rst
@@ -190,17 +190,17 @@ Options
directory cache holds the names of directory entries. Enabling it
allows `readdir(3)` system calls to be processed without network
access.
-
+
-o dcache_max_size=N
sets the maximum size of the directory cache.
-
+
-o dcache_timeout=N
sets timeout for directory cache in seconds.
-
+
-o dcache_{stat,link,dir}_timeout=N
sets separate timeout for {attributes, symlinks, names} in the
directory cache.
-
+
-o dcache_clean_interval=N
sets the interval for automatic cleaning of the directory cache.
@@ -209,17 +209,17 @@ Options
when full.
-o direct_io
- This option disables the use of page cache (file content cache) in
+ This option disables the use of page cache (file content cache) in
the kernel for this filesystem.
This has several affects:
1. Each read() or write() system call will initiate one or more read or
write operations, data will not be cached in the kernel.
- 2. The return value of the read() and write() system calls will correspond
- to the return values of the read and write operations. This is useful
+ 2. The return value of the read() and write() system calls will correspond
+ to the return values of the read and write operations. This is useful
for example if the file size is not known in advance (before reading it).
- e.g. /proc filesystem
+ e.g. /proc filesystem
-o max_conns=N
sets the maximum number of simultaneous SSH connections