diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-11-13 18:19:34 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-11-13 19:50:52 +0100 |
commit | 7236f0c6d76d9646275adb7eba8b09003182d873 (patch) | |
tree | c3aa2c33888525b255f564da89caf8c205c3b06a /man/systemd.time.xml | |
parent | eb55ec9feccead1ea359fccf915fa8333ec20879 (diff) |
man: document our definition of a year and a month
Let's be accurate here, as this might be surprising to people.
Diffstat (limited to 'man/systemd.time.xml')
-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 ec13781f15..a6fcc95e4c 100644 --- a/man/systemd.time.xml +++ b/man/systemd.time.xml @@ -82,8 +82,8 @@ <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, M</para></listitem> - <listitem><para>years, year, y</para></listitem> + <listitem><para>months, month, M (defined as 30.44 days)</para></listitem> + <listitem><para>years, year, y (define as 365.25 days)</para></listitem> </itemizedlist> <para>If no time unit is specified, generally seconds are assumed, |