aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'appendices/common-problems/text.xml')
-rw-r--r--appendices/common-problems/text.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/appendices/common-problems/text.xml b/appendices/common-problems/text.xml
index 84bb610..6ebc098 100644
--- a/appendices/common-problems/text.xml
+++ b/appendices/common-problems/text.xml
@@ -59,8 +59,8 @@ in use, there are various alternatives:
Usually when any of the above are used in global scope, it is to manipulate
a version or program name string. These should be avoided in favour of pure
<c>bash</c> constructs. The built-in helpers of EAPI 7 are useful here. See
- <uri link="::ebuild-writing/variables/#Version and Name Formatting Issues"/>
- and <uri link="::tools-reference/bash/#Bash Variable Manipulation"/>.
+ <uri link="::ebuild-writing/variables/#Version and name formatting issues"/>
+ and <uri link="::tools-reference/bash/#Bash variable manipulation"/>.
</dd>
<dt>
<c>has_version</c>, <c>best_version</c>
@@ -101,7 +101,7 @@ for security reasons. If this message is shown, you have a couple of options:
</li>
<li>
Use <c>append-ldflags</c> (see
- <uri link="::ebuild-writing/functions/src_compile/build-environment/#Adding Additional Flags"/>)
+ <uri link="::ebuild-writing/functions/src_compile/build-environment/#Adding additional flags"/>)
to add <c>-Wl,-z,now</c>. This will affect <e>all</e> binaries installed, not just the setXid ones.
</li>
</ul>
@@ -131,7 +131,7 @@ inheritance occurring. Most commonly:
</li>
<li>
When working with eclasses in an overlay with a stale cache. See <uri
- link="::general-concepts/overlay/#Overlay and Eclasses"/>.
+ link="::general-concepts/overlay/#Overlay and eclasses"/>.
</li>
<li>
When working with a stale Portage cache.