[elbe-devel] [PATCH v2 1/2] docs: elbeoverview: Fix XML markup

viraj viraj.shah at linutronix.de
Tue Sep 27 11:56:59 CEST 2022



On 9/22/22 20:25, Bastian Germann wrote:
> elbeoverview has one XML snippet that contains invalid markup.
> Comvert one of the comments to a valid XML comment.
>
> Signed-off-by: Bastian Germann <bage at linutronix.de>
After applying changes below:

Reviewed-by: Viraj Shah <viraj.shah at linutronix.de>

> ---
>  docs/elbeoverview-en.txt | 16 ++++++----------
>  1 file changed, 6 insertions(+), 10 deletions(-)
>
> diff --git a/docs/elbeoverview-en.txt b/docs/elbeoverview-en.txt
> index 165337b74e..04799700a3 100644
> --- a/docs/elbeoverview-en.txt
> +++ b/docs/elbeoverview-en.txt
> @@ -446,26 +446,22 @@ source~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>      <domain>example.com</domain>
>      <passwd>foo</passwd>
>      <package>
> -	    <tar>nfsroot.tar.gz</tar>
> +        <tar>nfsroot.tar.gz</tar>
>      </package>
Either spaces or tabs. please do not mix it.
>  
> -    <diet />        <1>
> +    <diet /> <!-- The mode is configured at this place.
> +                  Leaving it out enables the default mode. -->
>  
> -    <install-recommends /> <2>
> +    <install-recommends />
>  
> -    <finetuning \>
> +    <finetuning />
>      <pkg-list>
> -	    <pkg>bash</pkg>
> +        <pkg>bash</pkg>
>      </pkg-list>
>  
>    </target>
>  source~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>  
> -<1> The mode is configured at this place, leaving it out, enables the default
> -    mode.
> -
> -<2> 'install-recommends' should be placed here.
> -
>  install-recommends
>  ~~~~~~~~~~~~~~~~~~
>  

-- 
Viraj Shah
Linutronix GmbH | Bahnhofstrasse 3 | D-88690 Uhldingen-Mühlhofen
Phone: +49 7556 25 999 16; Fax.: +49 7556 25 999 99

Hinweise zum Datenschutz finden Sie hier (Informations on data privacy 
can be found here): https://linutronix.de/kontakt/Datenschutz.php

Linutronix GmbH | Firmensitz (Registered Office): Uhldingen-Mühlhofen | 
Registergericht (Registration Court): Amtsgericht Freiburg i.Br. HRB700 
806 | Geschäftsführer (Managing Directors): Heinz Egger, Thomas Gleixner



More information about the elbe-devel mailing list