From aae04604e38d5d3bb949303a89bf811c2028885d Mon Sep 17 00:00:00 2001 From: Emil Mikulic Date: Thu, 1 Jan 2009 23:00:05 +1100 Subject: [PATCH] Be very specific that max must be greater than keep. Prompted by: a RouterTech user --- darkstat.8 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/darkstat.8 b/darkstat.8 index 45c62ef..b095653 100644 --- a/darkstat.8 +++ b/darkstat.8 @@ -254,6 +254,10 @@ will send SIGTERM, which will cause \fIdarkstat\fR to shut down cleanly. .BI \-\-hosts\-max " count" The maximum number of hosts that will be kept in the hosts table. This is used to limit how much accounting data will be kept in memory. +The number of +.BI \-\-hosts\-max +must be greater than +.BI \-\-hosts\-keep .\" .TP .BI \-\-hosts\-keep " count" @@ -268,6 +272,10 @@ number of hosts, sorted by total traffic. .BI \-\-ports\-max " count" The maximum number of ports that will be tracked for each host. This is used to limit how much accounting data will be kept in memory. +The number of +.BI \-\-ports\-max +must be greater than +.BI \-\-ports\-keep .\" .TP .BI \-\-ports\-keep " count" -- 2.17.1