Skip to content

Commit

Permalink
Fix markup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikratio committed Nov 3, 2019
1 parent a1e5f12 commit a548abd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sshfs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit a548abd

Please sign in to comment.