From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1149149-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 95DF6138350
	for <garchives@archives.gentoo.org>; Sun,  1 Mar 2020 12:33:01 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BDB7DE0A5A;
	Sun,  1 Mar 2020 12:33:00 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 7202DE0A5A
	for <gentoo-commits@lists.gentoo.org>; Sun,  1 Mar 2020 12:32:59 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 2EA9934F132
	for <gentoo-commits@lists.gentoo.org>; Sun,  1 Mar 2020 12:32:58 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id AA8E114E
	for <gentoo-commits@lists.gentoo.org>; Sun,  1 Mar 2020 12:32:55 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org>
Message-ID: <1583065800.7b57dc9b70fec1d7c38c7a160e7f90b0e1063d89.ulm@gentoo>
Subject: [gentoo-commits] proj/devmanual:master commit in: appendices/devbook-guide/
X-VCS-Repository: proj/devmanual
X-VCS-Files: appendices/devbook-guide/text.xml
X-VCS-Directories: appendices/devbook-guide/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: 7b57dc9b70fec1d7c38c7a160e7f90b0e1063d89
X-VCS-Branch: master
Date: Sun,  1 Mar 2020 12:32:55 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 4ad8c746-c0d7-460b-b1cd-26cd4ee7031d
X-Archives-Hash: a84bbb0ec27c7641b47765e2afd1ec04

commit:     7b57dc9b70fec1d7c38c7a160e7f90b0e1063d89
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  1 12:30:00 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Mar  1 12:30:00 2020 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=7b57dc9b

devbook-guide: Flip order of <important> and <warning> examples.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 appendices/devbook-guide/text.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/appendices/devbook-guide/text.xml b/appendices/devbook-guide/text.xml
index 212b637..26de10e 100644
--- a/appendices/devbook-guide/text.xml
+++ b/appendices/devbook-guide/text.xml
@@ -178,13 +178,13 @@ Make HTML/XML easier to read by using selective emphasis:
 This is a note.
 &lt;/note&gt;
 
-&lt;warning&gt;
-This is a warning.
-&lt;/warning&gt;
-
 &lt;important&gt;
 This is important.
 &lt;/important&gt;
+
+&lt;warning&gt;
+This is a warning.
+&lt;/warning&gt;
 </codesample>
 
 <p>
@@ -211,14 +211,14 @@ Make HTML/XML easier to read by using selective emphasis:
 This is a note.
 </note>
 
-<warning>
-This is a warning.
-</warning>
-
 <important>
 This is important.
 </important>
 
+<warning>
+This is a warning.
+</warning>
+
 </body>
 </subsection>
 <subsection>