Re: [Xen-devel] [PATCH 1/7] SUPPORT.md: Syntax: Fix some bullet lists

2018-04-11 Thread Ian Jackson
George Dunlap writes ("Re: [Xen-devel] [PATCH 1/7] SUPPORT.md: Syntax: Fix some 
bullet lists"):
> You forgot to CC "THE REST".

Rather, I decided not to.  There are no meaningful changes here, just
build system and formatting syntax changes.  Feel free to CC them if
you think they will want to have an opinion...

Ian.

___
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Re: [Xen-devel] [PATCH 1/7] SUPPORT.md: Syntax: Fix some bullet lists

2018-04-11 Thread George Dunlap
On Tue, Apr 10, 2018 at 6:22 PM, Ian Jackson  wrote:
> Continuations of bullet list items must be indented by exactly 4
> spaces (according to pandoc_markdown(5) on Debian jessie).
>
> This is most easily achieved by making the bullet list items have two
> spaces before the `*'.
>
> Signed-off-by: Ian Jackson 

You forgot to CC "THE REST".

Acked-by: George Dunlap 

> ---
>  SUPPORT.md | 36 ++--
>  1 file changed, 18 insertions(+), 18 deletions(-)
>
> diff --git a/SUPPORT.md b/SUPPORT.md
> index c72a25b..1c5220b 100644
> --- a/SUPPORT.md
> +++ b/SUPPORT.md
> @@ -783,40 +783,40 @@ What is the risk of it exhibiting bugs?
>
>  General answers to the above:
>
> - * **Here be dragons**
> +  * **Here be dragons**
>
> -   Pretty likely to still crash / fail to work.
> -   Not recommended unless you like life on the bleeding edge.
> +Pretty likely to still crash / fail to work.
> +Not recommended unless you like life on the bleeding edge.
>
> - * **Quirky**
> +  * **Quirky**
>
> -   Mostly works but may have odd behavior here and there.
> -   Recommended for playing around or for non-production use cases.
> +Mostly works but may have odd behavior here and there.
> +Recommended for playing around or for non-production use cases.
>
> - * **Normal**
> +  * **Normal**
>
> -   Ready for production use
> +Ready for production use
>
>  ### Interface stability
>
>  If I build a system based on the current interfaces,
>  will they still work when I upgrade to the next version?
>
> - * **Not stable**
> +  * **Not stable**
>
> -   Interface is still in the early stages and
> -   still fairly likely to be broken in future updates.
> +Interface is still in the early stages and
> +still fairly likely to be broken in future updates.
>
> - * **Provisionally stable**
> +  * **Provisionally stable**
>
> -   We're not yet promising backwards compatibility,
> -   but we think this is probably the final form of the interface.
> -   It may still require some tweaks.
> +We're not yet promising backwards compatibility,
> +but we think this is probably the final form of the interface.
> +It may still require some tweaks.
>
> - * **Stable**
> +  * **Stable**
>
> -   We will try very hard to avoid breaking backwards  compatibility,
> -   and to fix any regressions that are reported.
> +We will try very hard to avoid breaking backwards  compatibility,
> +and to fix any regressions that are reported.
>
>  ### Security supported
>
> --
> 2.1.4
>
>
> ___
> Xen-devel mailing list
> Xen-devel@lists.xenproject.org
> https://lists.xenproject.org/mailman/listinfo/xen-devel

___
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

[Xen-devel] [PATCH 1/7] SUPPORT.md: Syntax: Fix some bullet lists

2018-04-10 Thread Ian Jackson
Continuations of bullet list items must be indented by exactly 4
spaces (according to pandoc_markdown(5) on Debian jessie).

This is most easily achieved by making the bullet list items have two
spaces before the `*'.

Signed-off-by: Ian Jackson 
---
 SUPPORT.md | 36 ++--
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/SUPPORT.md b/SUPPORT.md
index c72a25b..1c5220b 100644
--- a/SUPPORT.md
+++ b/SUPPORT.md
@@ -783,40 +783,40 @@ What is the risk of it exhibiting bugs?
 
 General answers to the above:
 
- * **Here be dragons**
+  * **Here be dragons**
 
-   Pretty likely to still crash / fail to work.
-   Not recommended unless you like life on the bleeding edge.
+Pretty likely to still crash / fail to work.
+Not recommended unless you like life on the bleeding edge.
 
- * **Quirky**
+  * **Quirky**
 
-   Mostly works but may have odd behavior here and there.
-   Recommended for playing around or for non-production use cases.
+Mostly works but may have odd behavior here and there.
+Recommended for playing around or for non-production use cases.
 
- * **Normal**
+  * **Normal**
 
-   Ready for production use
+Ready for production use
 
 ### Interface stability
 
 If I build a system based on the current interfaces,
 will they still work when I upgrade to the next version?
 
- * **Not stable**
+  * **Not stable**
 
-   Interface is still in the early stages and
-   still fairly likely to be broken in future updates.
+Interface is still in the early stages and
+still fairly likely to be broken in future updates.
 
- * **Provisionally stable**
+  * **Provisionally stable**
 
-   We're not yet promising backwards compatibility,
-   but we think this is probably the final form of the interface.
-   It may still require some tweaks.
+We're not yet promising backwards compatibility,
+but we think this is probably the final form of the interface.
+It may still require some tweaks.
 
- * **Stable**
+  * **Stable**
 
-   We will try very hard to avoid breaking backwards  compatibility,
-   and to fix any regressions that are reported.
+We will try very hard to avoid breaking backwards  compatibility,
+and to fix any regressions that are reported.
 
 ### Security supported
 
-- 
2.1.4


___
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel