From 837df5219a7df4f19f39bac3256f69180cdbe9c0 Mon Sep 17 00:00:00 2001 From: matteo Date: Sun, 30 Apr 2006 18:34:48 +0000 Subject: Specify default values for positive-policy and negative-policy . --- usr.sbin/cached/cached.conf.5 | 6 +++--- usr.sbin/nscd/nscd.conf.5 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/usr.sbin/cached/cached.conf.5 b/usr.sbin/cached/cached.conf.5 index de6d43a..ea4ded5 100644 --- a/usr.sbin/cached/cached.conf.5 +++ b/usr.sbin/cached/cached.conf.5 @@ -25,7 +25,7 @@ .\" $FreeBSD$ .\" -.Dd August 29, 2005 +.Dd April 30, 2006 .Dt CACHED.CONF 5 .Os .Sh NAME @@ -58,7 +58,7 @@ coherence. The default value is 3600. The policy that is applied to erase some of the cache elements, when the size limit of the given cachename is exceeded. Possible policies are: fifo (first-in-first-out), lru (least-recently-used), -lfu (least-frequently-used). The default policy is +lfu (least-frequently-used). The default policy is lru. .It Sy negative-time-to-live [cachename] [value] The TTL of the negative cached elements in seconds. The larger values can significantly increase system performance in some environments @@ -67,7 +67,7 @@ for example). This number should be kept low to avoid the cache coherence problems. The default value is 60. .It Sy negative-policy [cachename] [fifo|lru|lfu] The same as the positive-policy, but this one is applied to the negative -elements of the given cachename. The default policy is +elements of the given cachename. The default policy is fifo. .It Sy suggested-size [cachename] [value] This is the internal hash table size. The value should be a prime number for optimum performance. You should only change this value when the number diff --git a/usr.sbin/nscd/nscd.conf.5 b/usr.sbin/nscd/nscd.conf.5 index de6d43a..ea4ded5 100644 --- a/usr.sbin/nscd/nscd.conf.5 +++ b/usr.sbin/nscd/nscd.conf.5 @@ -25,7 +25,7 @@ .\" $FreeBSD$ .\" -.Dd August 29, 2005 +.Dd April 30, 2006 .Dt CACHED.CONF 5 .Os .Sh NAME @@ -58,7 +58,7 @@ coherence. The default value is 3600. The policy that is applied to erase some of the cache elements, when the size limit of the given cachename is exceeded. Possible policies are: fifo (first-in-first-out), lru (least-recently-used), -lfu (least-frequently-used). The default policy is +lfu (least-frequently-used). The default policy is lru. .It Sy negative-time-to-live [cachename] [value] The TTL of the negative cached elements in seconds. The larger values can significantly increase system performance in some environments @@ -67,7 +67,7 @@ for example). This number should be kept low to avoid the cache coherence problems. The default value is 60. .It Sy negative-policy [cachename] [fifo|lru|lfu] The same as the positive-policy, but this one is applied to the negative -elements of the given cachename. The default policy is +elements of the given cachename. The default policy is fifo. .It Sy suggested-size [cachename] [value] This is the internal hash table size. The value should be a prime number for optimum performance. You should only change this value when the number -- cgit v1.1