]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Correct order for implied time & date specifications.
authorGraham Clinch <g.clinch@lancaster.ac.uk>
Fri, 1 Aug 2025 11:16:08 +0000 (12:16 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 4 Aug 2025 16:20:32 +0000 (17:20 +0100)
The text now reads as:
[if] time specification is omitted, 00:00:00 is implied
[if] date specification is omitted, *-*-* is implied

(cherry picked from commit 9753ab34cdcd4068a0bc0b8e49dedef493fb7f20)

man/systemd.time.xml

index 820e5e499ec6a90ce9b86fc6db5ab4b67190899c..178f8a976157105e20df1e4dab4b587e00b4c1e8 100644 (file)
@@ -247,7 +247,7 @@ tomorrow Pacific/Auckland → Thu 2012-11-23 19:00:00
     decimal places.</para>
 
     <para>Either time or date specification may be omitted, in which
-    case *-*-* and 00:00:00 is implied, respectively. If the
+    case 00:00:00 and *-*-* is implied, respectively. If the
     seconds component is not specified, <literal>:00</literal> is
     assumed.</para>