[elbe-devel] [PATCH v2 1/2] docs: elbeoverview: Fix XML markup
Bastian Germann
bage at linutronix.de
Thu Sep 22 20:25:29 CEST 2022
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>
---
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>
- <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
~~~~~~~~~~~~~~~~~~
--
2.30.2
More information about the elbe-devel
mailing list