diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2019-11-03 09:38:31 +0000 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2019-11-03 09:38:31 +0000 |
commit | a548abd1f33a8423bec72724a5f48eb96fa55dd2 (patch) | |
tree | fe25aab7c07ec231e9e9fea656b549d172eb1ef0 /sshfs.rst | |
parent | a1e5f12c530ccf59434a7d59a34a049f160b3559 (diff) | |
download | sshfs-a548abd1f33a8423bec72724a5f48eb96fa55dd2.tar sshfs-a548abd1f33a8423bec72724a5f48eb96fa55dd2.tar.gz sshfs-a548abd1f33a8423bec72724a5f48eb96fa55dd2.tar.bz2 sshfs-a548abd1f33a8423bec72724a5f48eb96fa55dd2.zip |
Fix markup.
Diffstat (limited to 'sshfs.rst')
-rw-r--r-- | sshfs.rst | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |