From a548abd1f33a8423bec72724a5f48eb96fa55dd2 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sun, 3 Nov 2019 09:38:31 +0000 Subject: Fix markup. --- sshfs.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sshfs.rst') 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). -- cgit v1.2.3