aboutsummaryrefslogtreecommitdiff
path: root/sshfs.rst
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2019-11-03 09:38:31 +0000
committerNikolaus Rath <Nikolaus@rath.org>2019-11-03 09:38:31 +0000
commita548abd1f33a8423bec72724a5f48eb96fa55dd2 (patch)
treefe25aab7c07ec231e9e9fea656b549d172eb1ef0 /sshfs.rst
parenta1e5f12c530ccf59434a7d59a34a049f160b3559 (diff)
downloadsshfs-a548abd1f33a8423bec72724a5f48eb96fa55dd2.tar
sshfs-a548abd1f33a8423bec72724a5f48eb96fa55dd2.tar.gz
sshfs-a548abd1f33a8423bec72724a5f48eb96fa55dd2.tar.bz2
sshfs-a548abd1f33a8423bec72724a5f48eb96fa55dd2.zip
Fix markup.
Diffstat (limited to 'sshfs.rst')
-rw-r--r--sshfs.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/sshfs.rst b/sshfs.rst
index 41b4787..b704e5f 100644
--- a/sshfs.rst
+++ b/sshfs.rst
@@ -206,8 +206,10 @@ Options
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
for example if the file size is not known in advance (before reading it).