DOCS: document the readahead url argument

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
libnfs-4.0.0-vitalif
Ronnie Sahlberg 2014-12-05 08:52:17 -08:00
parent 5f6442d1b2
commit 9c1d38488e
2 changed files with 4 additions and 1 deletions

3
README
View File

@ -38,7 +38,8 @@ Arguments supported by libnfs are :
default it 65534 on Windows and getuid() on unixen.
gid=<int> : GID value to use when talking to the server.
default it 65534 on Windows and getgid() on unixen.
readahead=<int> : Enable readahead for files and set the maximum amount
of readahead to <int>.
ROOT vs NON-ROOT
================

View File

@ -142,6 +142,8 @@ EXTERN void nfs_destroy_context(struct nfs_context *nfs);
* default it 65534 on Windows and getuid() on unixen.
* gid=<int> : GID value to use when talking to the server.
* default it 65534 on Windows and getgid() on unixen.
* readahead=<int> : Enable readahead for files and set the maximum amount
* of readahead to <int>.
*/
/*
* Parse a complete NFS URL including, server, path and