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

Bastian Germann bage at linutronix.de
Tue Sep 27 12:05:52 CEST 2022


Am 27.09.22 um 11:56 schrieb viraj:
> 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.

This is why the change is here... The original has the mix.

>>   
>> -    <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
>>   ~~~~~~~~~~~~~~~~~~
>>   
> 


More information about the elbe-devel mailing list