aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tools-reference/text.xml')
-rw-r--r--tools-reference/text.xml13
1 files changed, 8 insertions, 5 deletions
diff --git a/tools-reference/text.xml b/tools-reference/text.xml
index 9e0f6bc..7ed3ce3 100644
--- a/tools-reference/text.xml
+++ b/tools-reference/text.xml
@@ -1,7 +1,7 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
<guide self="tools-reference/">
<chapter>
-<title>Tools Reference</title>
+<title>Tools reference</title>
<body>
<p>
@@ -9,6 +9,12 @@ This section provides an overview of various useful standard Unix and Gentoo
tools and utilities that may be used within ebuilds or when working with
ebuilds.
</p>
+
+<p>
+Please keep in mind the need for
+<uri link="::ebuild-writing/error-handling/#The die function">error handling</uri>
+when using these tools in ebuilds.
+</p>
</body>
<section>
@@ -29,9 +35,6 @@ ebuilds.
<include href="find/"/>
<include href="grep/"/>
<include href="head-and-tail/"/>
-<!--
-<include href="repoman/"/>
--->
<include href="sed/"/>
<include href="sort/"/>
<include href="tr/"/>