X-Git-Url: http://www.git.cypherpunks.ru/?p=nncp.git;a=blobdiff_plain;f=doc%2Fcronexpr.texi;h=58ce7c8f8a591719ad6aba9a16976d20c3897bb7;hp=e0e4394394fe6f757e18a30f0b86fbcb734a627a;hb=203dfe36da7adf2b3089e4fa4017a67409cbad70;hpb=5d9003aa63f733df951fcab8fbd69e60f20ecc38 diff --git a/doc/cronexpr.texi b/doc/cronexpr.texi index e0e4394..58ce7c8 100644 --- a/doc/cronexpr.texi +++ b/doc/cronexpr.texi @@ -1,3 +1,4 @@ +@cindex cron @anchor{CronExpr} This is copy-pasted documentation from @code{github.com/gorhill/cronexpr} library used there. @@ -5,13 +6,13 @@ This is copy-pasted documentation from @multitable @columnfractions .2 .1 .2 .5 @headitem Field name @tab Mandatory? @tab Allowed values @tab Allowed special characters -@item Seconds @tab No @tab 0-59 @tab @verb{|* / , -|} -@item Minutes @tab Yes @tab 0-59 @tab @verb{|* / , -|} -@item Hours @tab Yes @tab 0-23 @tab @verb{|* / , -|} -@item Day of month @tab Yes @tab 1-31 @tab @verb{|* / , - L W|} -@item Month @tab Yes @tab 1-12 or JAN-DEC @tab @verb{|* / , -|} -@item Day of week @tab Yes @tab 0-6 or SUN-SAT @tab @verb{|* / , - L #|} -@item Year @tab No @tab 1970–2099 @tab @verb{|* / , -|} +@item Seconds @tab No @tab 0-59 @tab @verb{|* / , -|} +@item Minutes @tab Yes @tab 0-59 @tab @verb{|* / , -|} +@item Hours @tab Yes @tab 0-23 @tab @verb{|* / , -|} +@item Day of month @tab Yes @tab 1-31 @tab @verb{|* / , - L W|} +@item Month @tab Yes @tab 1-12 or JAN-DEC @tab @verb{|* / , -|} +@item Day of week @tab Yes @tab 0-6 or SUN-SAT @tab @verb{|* / , - L #|} +@item Year @tab No @tab 1970-2099 @tab @verb{|* / , -|} @end multitable