Date: Wed, 4 Jul 2012 10:17:03 +0000 (UTC) From: Joel Dahl <joel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r238095 - head/usr.sbin/nscd Message-ID: <201207041017.q64AH3lo002740@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joel (doc committer) Date: Wed Jul 4 10:17:02 2012 New Revision: 238095 URL: http://svn.freebsd.org/changeset/base/238095 Log: Remove end of line whitespace. Modified: head/usr.sbin/nscd/nscd.conf.5 Modified: head/usr.sbin/nscd/nscd.conf.5 ============================================================================== --- head/usr.sbin/nscd/nscd.conf.5 Wed Jul 4 09:02:12 2012 (r238094) +++ head/usr.sbin/nscd/nscd.conf.5 Wed Jul 4 10:17:02 2012 (r238095) @@ -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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207041017.q64AH3lo002740>