On Thu, 31 Mar 2005, Michael Vogt wrote:


In example.m4, the following is misleading because it implies the two
time periods do not overlap.

define(_OFF_HOURS_,     `wd {Mon-Fri} hr {10pm-7am}, wd {Sat Sun}')dnl
define(_WORK_HOURS_,    `wd {Mon-Fri} hr {7am-10pm}')dnl

The example should be changed to:

define(_OFF_HOURS_,     `wd {Mon-Fri} hr {10pm-6am}, wd {Sat Sun}')dnl
define(_WORK_HOURS_,    `wd {Mon-Fri} hr {7am-10pm}')dnl

yes, i see your point.

or...

define(_OFF_HOURS_,     `wd {Mon-Fri} hr {10pm-7am}, wd {Sat Sun}')dnl
define(_WORK_HOURS_,    `wd {Mon-Fri} hr {8am-9pm}')dnl

i'll make the correction.

_______________________________________________
mon mailing list
mon@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/mon

Reply via email to