aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2006-04-13 20:54:07 +0000
committerTim Yamin <plasmaroo@gentoo.org>2006-04-13 20:54:07 +0000
commitd8b2acc63f74f4163f3f791acd59b19c4ca65ad8 (patch)
treee13a69bd360f14e72b41e90a8752eda5f527855e /general-concepts/mirrors/text.xml
parentAdd very brief draft of "Contributing to This Document". The DevBook XML will... (diff)
downloaddevmanual-d8b2acc63f74f4163f3f791acd59b19c4ca65ad8.tar.gz
devmanual-d8b2acc63f74f4163f3f791acd59b19c4ca65ad8.tar.bz2
devmanual-d8b2acc63f74f4163f3f791acd59b19c4ca65ad8.zip
Complete 'Ebuild Writing' section.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@32 176d3534-300d-0410-8db8-84e73ed771c3
Diffstat (limited to 'general-concepts/mirrors/text.xml')
-rw-r--r--general-concepts/mirrors/text.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/general-concepts/mirrors/text.xml b/general-concepts/mirrors/text.xml
index b3cae8c..db4c2c8 100644
--- a/general-concepts/mirrors/text.xml
+++ b/general-concepts/mirrors/text.xml
@@ -40,9 +40,9 @@ have a reliable mirror setup.
<p>
There is also <c>RESTRICT="fetch"</c>, which prevents portage from trying to
-fetch anything manually. The `pkg_nofetch`_ function will be called if any
-<c>SRC_URI</c> components cannot be found. This should only be used if a license
-requires it.
+fetch anything manually. The <uri link="::ebuild-writing/functions/pkg_nofetch">
+pkg_nofetch</uri> function will be called if any <c>SRC_URI</c> components cannot be
+found. This should only be used if a license requires it.
</p>
</body>
</subsection>