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 B534F1381F3 for ; Sat, 31 Jul 2021 17:59:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EBB6E0908; Sat, 31 Jul 2021 17:59:06 +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 E4B58E0908 for ; Sat, 31 Jul 2021 17:59:05 +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 0D541343181 for ; Sat, 31 Jul 2021 17:59:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBD0525 for ; Sat, 31 Jul 2021 17:59:03 +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: <1627720323.2b798b92188375840ed1273bc1373ca1eb1f0f69.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: 2b798b92188375840ed1273bc1373ca1eb1f0f69 X-VCS-Branch: master Date: Sat, 31 Jul 2021 17:59:03 +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: 9e3054f8-bf10-485e-a2b8-79111115e00c X-Archives-Hash: 9987f5e4ab031724b9d953653c550a42 commit: 2b798b92188375840ed1273bc1373ca1eb1f0f69 Author: Ulrich Müller gentoo org> AuthorDate: Sat Jul 31 08:23:35 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jul 31 08:32:03 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=2b798b92 devbook-guide: Remove warning about newlines in title element Apparently the underlying bug has been fixed in commit b5bfc69. Signed-off-by: Ulrich Müller gentoo.org> appendices/devbook-guide/text.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/appendices/devbook-guide/text.xml b/appendices/devbook-guide/text.xml index 64d1178..e233e21 100644 --- a/appendices/devbook-guide/text.xml +++ b/appendices/devbook-guide/text.xml @@ -54,11 +54,6 @@ one chapter. Its <title> is used to set the title for the entire document.

- -The <title> element cannot contain any newlines. Make sure it is -in one line, including its opening and closing tags. - -

All tags must be closed of course, so the document ends with: