[elbe-devel] [PATCH] docs: elbeoverview: Fix XML markup
Bastian Germann
bage at linutronix.de
Thu Sep 22 19:50:42 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 | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/docs/elbeoverview-en.txt b/docs/elbeoverview-en.txt
index 165337b74e..bc26e743ba 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 \>
<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