summaryrefslogtreecommitdiffstats
path: root/source/a/dcron/patches/0009-Updated-manpage.patch
blob: 5db2550c106e8ce02d7144b6c5c7a7b5c6b3ca5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
From 496027f566df6968939c45ad1a0069af495a2d40 Mon Sep 17 00:00:00 2001
From: "Erik Falor (fadein)" <ewfalor@gmail.com>
Date: Tue, 24 Nov 2015 22:19:30 -0700
Subject: [PATCH 9/9] Updated manpage

---
 crontab.1 | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/crontab.1 b/crontab.1
index 36043a9..1e2f59f 100644
--- a/crontab.1
+++ b/crontab.1
@@ -92,20 +92,23 @@ Some examples:
 .fi
 .PP
 To request the last Monday, etc.
-in a month, ask for the \[lq]5th\[rq] one.
+in a month, ask for the \[lq]6th\[rq] one.
 This will always match the last Monday, etc., even if there are
 only four Mondays in the month:
 .IP
 .nf
 \f[C]
 #\ run\ at\ 11\ am\ on\ the\ first\ and\ last\ Mon,\ Tue,\ Wed\ of\ each\ month
-0\ 11\ 1,5\ *\ mon-wed\ date
+0\ 11\ 1,6\ *\ mon-wed\ date
+
+#\ run\ at\ noon\ on\ the\ fourth\ and\ last\ Friday\ of\ each\ month
+0\ 12\ 4,6\ *\ fri\ date
 \f[]
 .fi
 .PP
-When the fourth Monday in a month is the last, it will match
-against both the \[lq]4th\[rq] and the \[lq]5th\[rq] (it will only
-run once if both are specified).
+When the fourth Monday in a month is also the last, this will match against
+both the \[lq]4th\[rq] and the \[lq]6th\[rq] but the job is scheduled only
+once.
 .PP
 The following formats are also recognized:
 .IP
-- 
2.13.2