Re: [systemd-devel] [PATCH 2/5] man: reorganization of calendar specs

2014-11-12 Thread Daniele Medri
> > +   
> > +  minutely → *-*-* *:*:00
> > +hourly → *-*-* *:00:00
> > + daily → *-*-* 00:00:00
> > +weekly → Mon *-*-* 00:00:00
> > +   monthly → *-*-01 00:00:00
> > + quarterly → *-01,04,07,10-01 00:00:00
> > +semesterly → *-01,07-01 00:00:00
> > +  semiannually → *-01,07-01 00:00:00
> > +yearly → *-01-01 00:00:00
> > +  annually → *-01-01 00:00:00
> > +
> 
> I'd think turning this into a proper docbook table would make a ton of
> sense! Would love to take a patch for that!

These are the existing conventions already used in that file. Do what
you seems right :)


___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] [PATCH 2/5] man: reorganization of calendar specs

2014-11-10 Thread Lennart Poettering
On Thu, 30.10.14 12:19, Daniele Medri (dme...@gmail.com) wrote:

> ---
>  man/systemd.time.xml | 31 ++-
>  1 file changed, 14 insertions(+), 17 deletions(-)
> 
> diff --git a/man/systemd.time.xml b/man/systemd.time.xml
> index 2342684..2ee5858 100644
> --- a/man/systemd.time.xml
> +++ b/man/systemd.time.xml
> @@ -241,23 +241,20 @@
>  
>  Timezone names may not be specified.
>  
> -The special expressions
> -minutely,
> -hourly, daily,
> -monthly, weekly,
> -yearly,
> -quarterly,
> - semesterly or semiannually
> - may be used as calendar events which refer to
> -*-*-* *:*:00,
> -*-*-* *:00:00,
> -*-*-* 00:00:00,
> -*-*-01 00:00:00,
> -Mon *-*-* 00:00:00,
> -*-01-01 00:00:00,
> -*-01,04,07,10-01 00:00:0 and
> -*-01,07-01 00:00:00 respectively.
> -
> +Special expressions may be used as calendar 
> events:
> +
> + 
> +  minutely → *-*-* *:*:00
> +hourly → *-*-* *:00:00
> + daily → *-*-* 00:00:00
> +weekly → Mon *-*-* 00:00:00
> +   monthly → *-*-01 00:00:00
> + quarterly → *-01,04,07,10-01 00:00:00
> +semesterly → *-01,07-01 00:00:00
> +  semiannually → *-01,07-01 00:00:00
> +yearly → *-01-01 00:00:00
> +  annually → *-01-01 00:00:00
> +

I'd think turning this into a proper docbook table would make a ton of
sense! Would love to take a patch for that!

Lennart

-- 
Lennart Poettering, Red Hat
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


[systemd-devel] [PATCH 2/5] man: reorganization of calendar specs

2014-10-30 Thread Daniele Medri
---
 man/systemd.time.xml | 31 ++-
 1 file changed, 14 insertions(+), 17 deletions(-)

diff --git a/man/systemd.time.xml b/man/systemd.time.xml
index 2342684..2ee5858 100644
--- a/man/systemd.time.xml
+++ b/man/systemd.time.xml
@@ -241,23 +241,20 @@
 
 Timezone names may not be specified.
 
-The special expressions
-minutely,
-hourly, daily,
-monthly, weekly,
-yearly,
-quarterly,
-   semesterly or semiannually
-   may be used as calendar events which refer to
-*-*-* *:*:00,
-*-*-* *:00:00,
-*-*-* 00:00:00,
-*-*-01 00:00:00,
-Mon *-*-* 00:00:00,
-*-01-01 00:00:00,
-*-01,04,07,10-01 00:00:0 and
-*-01,07-01 00:00:00 respectively.
-
+Special expressions may be used as calendar 
events:
+
+   
+  minutely → *-*-* *:*:00
+hourly → *-*-* *:00:00
+ daily → *-*-* 00:00:00
+weekly → Mon *-*-* 00:00:00
+   monthly → *-*-01 00:00:00
+ quarterly → *-01,04,07,10-01 00:00:00
+semesterly → *-01,07-01 00:00:00
+  semiannually → *-01,07-01 00:00:00
+yearly → *-01-01 00:00:00
+  annually → *-01-01 00:00:00
+
 
 Examples for valid timestamps and their
 normalized form:
-- 
1.9.3

___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel