Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: appendices/devbook-guide/
Date: Sun, 01 Mar 2020 12:33:01
Message-Id: 1583065800.7b57dc9b70fec1d7c38c7a160e7f90b0e1063d89.ulm@gentoo
1 commit: 7b57dc9b70fec1d7c38c7a160e7f90b0e1063d89
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 1 12:30:00 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 1 12:30:00 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=7b57dc9b
7
8 devbook-guide: Flip order of <important> and <warning> examples.
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 appendices/devbook-guide/text.xml | 16 ++++++++--------
13 1 file changed, 8 insertions(+), 8 deletions(-)
14
15 diff --git a/appendices/devbook-guide/text.xml b/appendices/devbook-guide/text.xml
16 index 212b637..26de10e 100644
17 --- a/appendices/devbook-guide/text.xml
18 +++ b/appendices/devbook-guide/text.xml
19 @@ -178,13 +178,13 @@ Make HTML/XML easier to read by using selective emphasis:
20 This is a note.
21 &lt;/note&gt;
22
23 -&lt;warning&gt;
24 -This is a warning.
25 -&lt;/warning&gt;
26 -
27 &lt;important&gt;
28 This is important.
29 &lt;/important&gt;
30 +
31 +&lt;warning&gt;
32 +This is a warning.
33 +&lt;/warning&gt;
34 </codesample>
35
36 <p>
37 @@ -211,14 +211,14 @@ Make HTML/XML easier to read by using selective emphasis:
38 This is a note.
39 </note>
40
41 -<warning>
42 -This is a warning.
43 -</warning>
44 -
45 <important>
46 This is important.
47 </important>
48
49 +<warning>
50 +This is a warning.
51 +</warning>
52 +
53 </body>
54 </subsection>
55 <subsection>