diff options
author | Tom Gundersen <teg@jklm.no> | 2013-01-30 12:25:19 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-01-30 16:34:32 +0100 |
commit | 94172f3c9c34e23593f1942f02164cb578109a84 (patch) | |
tree | d41950f16cf53b6bb1daf6d5d2b2a30d2281c44a /man | |
parent | 06637f8bd1ceb6dc567d3a79a6b9745376797352 (diff) |
man: time - exchange some 'colons' with 'commas'
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.time.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.time.xml b/man/systemd.time.xml index db5d01b1a2..a9318bb787 100644 --- a/man/systemd.time.xml +++ b/man/systemd.time.xml @@ -214,7 +214,7 @@ specified it should consist of one or more english language week day names, either in the abbreviated (Wed) or non-abbreviated (Wednesday) form (case does - not matter), separated by colons. Specifying two week + not matter), separated by commas. Specifying two week days separated by "-" refers to a range of continuous week days. "," and "-" may be combined freely.</para> @@ -222,7 +222,7 @@ component may be specified as "*" in which case any value will match. Alternatively, each component can be specified as list of values separated by - colons. Values may also be suffixed with "/" and a + commas. Values may also be suffixed with "/" and a repetition value, which indicates that the value and all values plus multiples of the repetition value are matched.</para> |