From: thib Date: Mon, 7 May 2001 01:08:12 +0000 (+0000) Subject: fix a little error in the comments X-Git-Tag: ver1564~282 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a9774179110053e48f06c9466821435287813d5;p=fcron fix a little error in the comments --- diff --git a/option.h b/option.h index d3b8a75..059f432 100644 --- a/option.h +++ b/option.h @@ -21,7 +21,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: option.h,v 1.17 2001-04-21 08:56:28 thib Exp $ */ + /* $Id: option.h,v 1.18 2001-05-07 01:08:12 thib Exp $ */ /* This has been inspired from bitstring(3) : here is the original copyright : */ @@ -367,8 +367,8 @@ /* - bit 20 : set to 1 : remove %-job from lavg queue if interval is exceeded - set to 0 : let the job in the %-queue if interval is exceeded + bit 20 : set to 1 : let the job in the %-queue if interval is exceeded + set to 0 : remove %-job from lavg queue if interval is exceeded */ #define is_strict(opt) \ ( ! _bit_test(opt, 20))