From 7a07e097333ea68037496ef457e6ecc82377be1d Mon Sep 17 00:00:00 2001 From: DanielMowitz Date: Wed, 21 Apr 2021 22:57:10 +0200 Subject: [PATCH] Added documentation for multi-day holidays. --- doc/man/taskrc.5.in | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/doc/man/taskrc.5.in b/doc/man/taskrc.5.in index 455399fce..1143ff9fe 100644 --- a/doc/man/taskrc.5.in +++ b/doc/man/taskrc.5.in @@ -766,7 +766,7 @@ the 'info' command. Default value is "1". .SS HOLIDAYS Holidays are entered either directly in the .taskrc file or via an include file -that is specified in .taskrc. For each holiday the name and the date is +that is specified in .taskrc. For single-day holidays the name and the date is required to be given: .RS @@ -775,10 +775,20 @@ required to be given: holiday.towel.name=Day of the towel .br holiday.towel.date=20100525 +.RE +.RE + +For multi-day holidays the name and a start and end date are required to be +given: + +.RS +.RS .br -holiday.sysadmin.name=System Administrator Appreciation Day +holiday.sysadmin.name=System Administrator Appreciation Week .br -holiday.sysadmin.date=20100730 +holiday.sysadmin.start=20100730 +.br +holiday.sysadmin.end=20100805 .RE .RE