From 906455c6a2b0f0dfd12efc1e44d51f2d469c3442 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Thu, 24 Oct 2024 18:54:32 +0200 Subject: Rename the document element from "guide" to "devbook" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The "guide" document element is ambiguous with the previously used GuideXML format. Now that DevBook XML has a schema, this confuses Emacs nXML mode (which uses the document element to locate a schema), e.g. when visiting old GuideXML documentation files. Signed-off-by: Ulrich Müller --- tools-reference/head-and-tail/text.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools-reference/head-and-tail') diff --git a/tools-reference/head-and-tail/text.xml b/tools-reference/head-and-tail/text.xml index 436fdc1..c5044de 100644 --- a/tools-reference/head-and-tail/text.xml +++ b/tools-reference/head-and-tail/text.xml @@ -1,5 +1,5 @@ - + <c>head</c> and <c>tail</c> — line extraction @@ -109,4 +109,4 @@ sed -n -e '123p' - + -- cgit v1.2.3-65-gdbad