aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-10-24 18:54:32 +0200
committerUlrich Müller <ulm@gentoo.org>2024-11-09 07:56:28 +0100
commit906455c6a2b0f0dfd12efc1e44d51f2d469c3442 (patch)
tree2e9680016bf33c0f10d1ed61b066664a290ff953 /function-reference
parentdevbook.xsl: Test for include instead of contentsTree in dropdown menu (diff)
downloaddevmanual-906455c6a2b0f0dfd12efc1e44d51f2d469c3442.tar.gz
devmanual-906455c6a2b0f0dfd12efc1e44d51f2d469c3442.tar.bz2
devmanual-906455c6a2b0f0dfd12efc1e44d51f2d469c3442.zip
Rename the document element from "guide" to "devbook"
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 <ulm@gentoo.org>
Diffstat (limited to 'function-reference')
-rw-r--r--function-reference/build-functions/text.xml4
-rw-r--r--function-reference/error-functions/text.xml4
-rw-r--r--function-reference/install-functions/text.xml4
-rw-r--r--function-reference/message-functions/text.xml4
-rw-r--r--function-reference/query-functions/text.xml4
-rw-r--r--function-reference/sandbox-functions/text.xml4
-rw-r--r--function-reference/text.xml4
-rw-r--r--function-reference/version-functions/text.xml4
8 files changed, 16 insertions, 16 deletions
diff --git a/function-reference/build-functions/text.xml b/function-reference/build-functions/text.xml
index 5e7b28d..1f176bd 100644
--- a/function-reference/build-functions/text.xml
+++ b/function-reference/build-functions/text.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<guide self="function-reference/build-functions/">
+<devbook self="function-reference/build-functions/">
<chapter>
<title>Build functions reference</title>
@@ -50,4 +50,4 @@ during the unpack and compile stages.
</body>
</chapter>
-</guide>
+</devbook>
diff --git a/function-reference/error-functions/text.xml b/function-reference/error-functions/text.xml
index f3a542b..a62785a 100644
--- a/function-reference/error-functions/text.xml
+++ b/function-reference/error-functions/text.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<guide self="function-reference/error-functions/">
+<devbook self="function-reference/error-functions/">
<chapter>
<title>Error functions reference</title>
<body>
@@ -47,4 +47,4 @@ The following functions are provided by the package manager for error handling.
</body>
</chapter>
-</guide>
+</devbook>
diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
index a221527..b91b117 100644
--- a/function-reference/install-functions/text.xml
+++ b/function-reference/install-functions/text.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<guide self="function-reference/install-functions/">
+<devbook self="function-reference/install-functions/">
<chapter>
<title>Install functions reference</title>
<body>
@@ -443,4 +443,4 @@ The <c>*into</c> functions create the directory if it does not already exist.
</body>
</chapter>
-</guide>
+</devbook>
diff --git a/function-reference/message-functions/text.xml b/function-reference/message-functions/text.xml
index 2657dfb..afbd3a6 100644
--- a/function-reference/message-functions/text.xml
+++ b/function-reference/message-functions/text.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<guide self="function-reference/message-functions/">
+<devbook self="function-reference/message-functions/">
<chapter>
<title>Message functions reference</title>
<body>
@@ -91,4 +91,4 @@ See <uri link="::ebuild-writing/messages/"/> for a detailed discussion.
</body>
</chapter>
-</guide>
+</devbook>
diff --git a/function-reference/query-functions/text.xml b/function-reference/query-functions/text.xml
index 49de81b..8179658 100644
--- a/function-reference/query-functions/text.xml
+++ b/function-reference/query-functions/text.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<guide self="function-reference/query-functions/">
+<devbook self="function-reference/query-functions/">
<chapter>
<title>Query functions reference</title>
<body>
@@ -145,4 +145,4 @@ query variables and similar state.
</body>
</chapter>
-</guide>
+</devbook>
diff --git a/function-reference/sandbox-functions/text.xml b/function-reference/sandbox-functions/text.xml
index fa68d07..e95b8b5 100644
--- a/function-reference/sandbox-functions/text.xml
+++ b/function-reference/sandbox-functions/text.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<guide self="function-reference/sandbox-functions/">
+<devbook self="function-reference/sandbox-functions/">
<chapter>
<title>Sandbox functions reference</title>
<body>
@@ -69,4 +69,4 @@ for how to handle sandbox-related build problems.
</body>
</chapter>
-</guide>
+</devbook>
diff --git a/function-reference/text.xml b/function-reference/text.xml
index efabc3d..64fa8fa 100644
--- a/function-reference/text.xml
+++ b/function-reference/text.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<guide self="function-reference/">
+<devbook self="function-reference/">
<chapter>
<title>Function reference</title>
@@ -25,4 +25,4 @@ The following functions are available for use in ebuilds:
<include href="sandbox-functions/"/>
<include href="version-functions/"/>
-</guide>
+</devbook>
diff --git a/function-reference/version-functions/text.xml b/function-reference/version-functions/text.xml
index bf05ccc..1f3a0c9 100644
--- a/function-reference/version-functions/text.xml
+++ b/function-reference/version-functions/text.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<guide self="function-reference/version-functions/">
+<devbook self="function-reference/version-functions/">
<chapter>
<title>Version functions reference</title>
<body>
@@ -216,4 +216,4 @@ If the range spans outside the version string, it is silently truncated.
</body>
</section>
</chapter>
-</guide>
+</devbook>