From c2794131b445ebccba184066af6d3fb2f38d1f38 Mon Sep 17 00:00:00 2001 From: Henrik Nordstrom Date: Thu, 22 Jan 2004 15:04:24 +0000 Subject: split manpages into per-extension manpage snippet (Henrik Nordstrom) add lots of missing manpage snippets (Harald Welte) --- extensions/libipt_time.man | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 extensions/libipt_time.man (limited to 'extensions/libipt_time.man') diff --git a/extensions/libipt_time.man b/extensions/libipt_time.man new file mode 100644 index 00000000..0871ecfa --- /dev/null +++ b/extensions/libipt_time.man @@ -0,0 +1,10 @@ +This matches if the current time is within a given range. +.TP +.BI "--timestart " "value" +Match only if it is after `value' (Format: HH:MM). +.TP +.BI "--timestop " "value" +Match only if it is before `value' (Format: HH:MM). +.TP +.BI "--days " "listofdays" +Match only if today is one of the given days. (Format: Mon,Tue,Wed,Thu,Fri) -- cgit v1.2.3