aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-04-13 20:56:47 +0200
committerUlrich Müller <ulm@gentoo.org>2024-04-21 12:00:04 +0200
commitfaa071db197932e90d098907e16b071ccce05402 (patch)
tree1fed16d0522291852afab143f46f18638956da2e /tools-reference
parenttools-reference/diff-and-patch: No longer mention epatch (diff)
downloaddevmanual-faa071db197932e90d098907e16b071ccce05402.tar.gz
devmanual-faa071db197932e90d098907e16b071ccce05402.tar.bz2
devmanual-faa071db197932e90d098907e16b071ccce05402.zip
ebuild-writing/functions/src_prepare: Rename epatch chapter to eapply
Update references throughout. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'tools-reference')
-rw-r--r--tools-reference/diff-and-patch/text.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools-reference/diff-and-patch/text.xml b/tools-reference/diff-and-patch/text.xml
index 939e01e..d271445 100644
--- a/tools-reference/diff-and-patch/text.xml
+++ b/tools-reference/diff-and-patch/text.xml
@@ -39,7 +39,7 @@ To apply a patch, use <c>patch -pX &lt; whatever.patch</c>,
where <c>X</c> is a number representing the number of path components
which must be removed (typically this is <c>0</c> or <c>1</c>). Within
ebuilds, use the <c>eapply</c> function instead <d/> see
-<uri link="::ebuild-writing/functions/src_prepare/epatch/"/>.
+<uri link="::ebuild-writing/functions/src_prepare/eapply/"/>.
</p>
<p>