summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-11-13 18:12:37 +0100
committerLennart Poettering <lennart@poettering.net>2015-11-13 19:50:52 +0100
commiteb55ec9feccead1ea359fccf915fa8333ec20879 (patch)
treee9096f4cc330c2370c05d6e36c80c5925d91e9ab /man
parent08c77cf3987b52d0380b3d7d239ba254447692ee (diff)
util-lib: when parsing time values, accept "M" as short for "month"
nginx defines an uppercase "M" that way (in contrast to the lowercase "m" for "minute"), and it sounds like an OK logic to follow, so that we understand a true superset of time values nginx understands. http://nginx.org/en/docs/syntax.html
Diffstat (limited to 'man')
-rw-r--r--man/systemd.time.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.time.xml b/man/systemd.time.xml
index 135eb35f1b..ec13781f15 100644
--- a/man/systemd.time.xml
+++ b/man/systemd.time.xml
@@ -82,7 +82,7 @@
<listitem><para>hours, hour, hr, h</para></listitem>
<listitem><para>days, day, d</para></listitem>
<listitem><para>weeks, week, w</para></listitem>
- <listitem><para>months, month</para></listitem>
+ <listitem><para>months, month, M</para></listitem>
<listitem><para>years, year, y</para></listitem>
</itemizedlist>