aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tools-reference/bash/text.xml')
-rw-r--r--tools-reference/bash/text.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools-reference/bash/text.xml b/tools-reference/bash/text.xml
index 1c2148e..57c3d56 100644
--- a/tools-reference/bash/text.xml
+++ b/tools-reference/bash/text.xml
@@ -486,7 +486,7 @@ done < some_file
</codesample>
<p>
-See <uri link="::ebuild-writing/error-handling/#die and Subshells"/>
+See <uri link="::ebuild-writing/error-handling/#die and subshells"/>
for an explanation of why <c>while read &lt; file</c> should
be used over <c>cat file | while read</c>.
</p>