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 06A551382C5
for ; Fri, 19 Mar 2021 19:22:21 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
by pigeon.gentoo.org (Postfix) with SMTP id 38775E086E;
Fri, 19 Mar 2021 19:22:20 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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 1E6BBE086E
for ; Fri, 19 Mar 2021 19:22:20 +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 B247A33BE61
for ; Fri, 19 Mar 2021 19:22:18 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
by oystercatcher.gentoo.org (Postfix) with ESMTP id F24FD4A5
for ; Fri, 19 Mar 2021 19:22:16 +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: <1616181548.7a84ee5d396486e897e3916022738b35de54ab6f.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: 7a84ee5d396486e897e3916022738b35de54ab6f
X-VCS-Branch: master
Date: Fri, 19 Mar 2021 19:22:16 +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: 57a1cc47-bf29-487f-b972-f202ce15fdc3
X-Archives-Hash: d165c3daa789b414092ca3cd3f99205e
commit: 7a84ee5d396486e897e3916022738b35de54ab6f
Author: Ulrich Müller gentoo org>
AuthorDate: Sun Mar 7 17:07:01 2021 +0000
Commit: Ulrich Müller gentoo org>
CommitDate: Fri Mar 19 19:19:08 2021 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=7a84ee5d
devbook-guide: Document that tabs in pre and codesample are allowed
Signed-off-by: Ulrich Müller gentoo.org>
appendices/devbook-guide/text.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/appendices/devbook-guide/text.xml b/appendices/devbook-guide/text.xml
index b98910f..bf9e50a 100644
--- a/appendices/devbook-guide/text.xml
+++ b/appendices/devbook-guide/text.xml
@@ -597,7 +597,7 @@ parent XML-tags are <tr> (from <table>),
<ul>, <ol> and <dl>. If indentation
is used, it must be two spaces for each indentation. That means
no tabs and not more spaces. Besides, tabs are not allowed in
-DevBook XML documents.
+DevBook XML documents (again, except for <pre> and <codesample>).