diff options
author | joel <joel@FreeBSD.org> | 2012-07-04 10:17:02 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2012-07-04 10:17:02 +0000 |
commit | 572226da3dab4bdaf7c6f7b3496a5e9e97f86d73 (patch) | |
tree | eb505711a7ce5bb5681145ca8fd709f8613911f1 /usr.sbin/nscd | |
parent | 8b8c2303a1367a15ab7a322db29473fd4b7f5e89 (diff) | |
download | FreeBSD-src-572226da3dab4bdaf7c6f7b3496a5e9e97f86d73.zip FreeBSD-src-572226da3dab4bdaf7c6f7b3496a5e9e97f86d73.tar.gz |
Remove end of line whitespace.
Diffstat (limited to 'usr.sbin/nscd')
-rw-r--r-- | usr.sbin/nscd/nscd.conf.5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/nscd/nscd.conf.5 b/usr.sbin/nscd/nscd.conf.5 index 1585203..b59449b 100644 --- a/usr.sbin/nscd/nscd.conf.5 +++ b/usr.sbin/nscd/nscd.conf.5 @@ -105,13 +105,13 @@ The default policy is fifo. .It Va negative-confidence-threshold Oo Ar cachename Oc Op Ar value The number of times a query must have failed before the cache accepts that the element can not be found. -At the default value of 1 each negative query result is cached and +At the default value of 1 each negative query result is cached and immediately returned from the cache on further queries. -Higher numbers cause queries to be retried at the configured data -sources the given number of times, before the negative result is +Higher numbers cause queries to be retried at the configured data +sources the given number of times, before the negative result is returned from the cache on further queries. -This allows to probe for the existence of an entry, and then to create -it if it did not exist, without the negative probe result preventing +This allows to probe for the existence of an entry, and then to create +it if it did not exist, without the negative probe result preventing access to the new entry for the duration of the negative TTL. .It Va suggested-size Oo Ar cachename Oc Op Ar value This is the internal hash table size. |