aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-04-13 21:14:05 +0200
committerUlrich Müller <ulm@gentoo.org>2024-04-21 10:35:43 +0200
commita1f06105dca95202204caa1c4ec931e28cd6793d (patch)
tree603132373ea6f5e343e2f3f92312f00d95dedbed
parentebuild-maintenance/git: drop repoman from commit message (diff)
downloaddevmanual-a1f06105dca95202204caa1c4ec931e28cd6793d.tar.gz
devmanual-a1f06105dca95202204caa1c4ec931e28cd6793d.tar.bz2
devmanual-a1f06105dca95202204caa1c4ec931e28cd6793d.zip
tools-reference/diff-and-patch: No longer mention epatch
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--tools-reference/diff-and-patch/text.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools-reference/diff-and-patch/text.xml b/tools-reference/diff-and-patch/text.xml
index 0e9755c..939e01e 100644
--- a/tools-reference/diff-and-patch/text.xml
+++ b/tools-reference/diff-and-patch/text.xml
@@ -38,8 +38,7 @@ than <c>-u</c>. For a verbose guide into patches and patching, see
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>epatch</c> function, or <c>eapply</c> function
-beginning with EAPI=6, instead — see
+ebuilds, use the <c>eapply</c> function instead <d/> see
<uri link="::ebuild-writing/functions/src_prepare/epatch/"/>.
</p>