From mboxrd@z Thu Jan 1 00:00:00 1970
Return-Path:
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 3EDE2138239
for ; Thu, 16 Jan 2020 18:50:27 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
by pigeon.gentoo.org (Postfix) with SMTP id 5B6C5E0908;
Thu, 16 Jan 2020 18:50:26 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
(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 3D8C5E0908
for ; Thu, 16 Jan 2020 18:50:26 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
(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 B179F34E128
for ; Thu, 16 Jan 2020 18:50:24 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E24837
for ; Thu, 16 Jan 2020 18:50:23 +0000 (UTC)
From: "Ulrich Müller"
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"
Message-ID: <1579200260.81df8e36aeecf7234cd669ae593d1b5731cc01c5.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: 81df8e36aeecf7234cd669ae593d1b5731cc01c5
X-VCS-Branch: master
Date: Thu, 16 Jan 2020 18:50:23 +0000 (UTC)
Precedence: bulk
List-Post:
List-Help:
List-Unsubscribe:
List-Subscribe:
List-Id: Gentoo Linux mail
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: bc63e7ee-908a-407d-9edb-38e1169f8b2e
X-Archives-Hash: 795fa322611b9634d7759b305d928fea
commit: 81df8e36aeecf7234cd669ae593d1b5731cc01c5
Author: Ulrich Müller gentoo org>
AuthorDate: Thu Jan 16 18:44:20 2020 +0000
Commit: Ulrich Müller gentoo org>
CommitDate: Thu Jan 16 18:44:20 2020 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=81df8e36
devbook-guide: Drop redundant subsection levels.
Guide XML allowed body elements only at the lowest section level.
DevBook XML doesn't have that strict rule, therefore we can drop
the unnecessary intermediate levels.
Signed-off-by: Ulrich Müller gentoo.org>
appendices/devbook-guide/text.xml | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/appendices/devbook-guide/text.xml b/appendices/devbook-guide/text.xml
index 9b7a0c3..66f85c2 100644
--- a/appendices/devbook-guide/text.xml
+++ b/appendices/devbook-guide/text.xml
@@ -4,8 +4,6 @@
Gentoo DevBook XML Guide
-DevBook XML basics
-
DevBook XML design goals
@@ -23,7 +21,6 @@ documents.
-
@@ -515,8 +512,6 @@ I could have written the two examples above in more compact form:
Coding Style
-
-Introduction
@@ -532,7 +527,7 @@ Both sections are described next.
-
+
Internal Coding Style