From eb55ec9feccead1ea359fccf915fa8333ec20879 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 13 Nov 2015 18:12:37 +0100 Subject: 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 --- man/systemd.time.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/systemd.time.xml') 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 @@ hours, hour, hr, h days, day, d weeks, week, w - months, month + months, month, M years, year, y -- cgit v1.2.3-54-g00ecf