aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-26 18:07:44 +0000
committerUlrich Müller <ulm@gentoo.org>2021-02-26 23:14:02 +0100
commit30ea65fbd411deeb9ad8b784cb9cb6425bfe4739 (patch)
treec9911e61e6f804a60d8a42b4d9ad17574cd12b98 /ebuild-writing/functions/src_prepare/epatch/text.xml
parentdevmanual.css: Use margin instead of padding for permalink (diff)
downloaddevmanual-30ea65fbd411deeb9ad8b784cb9cb6425bfe4739.tar.gz
devmanual-30ea65fbd411deeb9ad8b784cb9cb6425bfe4739.tar.bz2
devmanual-30ea65fbd411deeb9ad8b784cb9cb6425bfe4739.zip
ebuild-writing/functions/src_prepare/epatch: fix whitespace
Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ebuild-writing/functions/src_prepare/epatch/text.xml')
-rw-r--r--ebuild-writing/functions/src_prepare/epatch/text.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebuild-writing/functions/src_prepare/epatch/text.xml b/ebuild-writing/functions/src_prepare/epatch/text.xml
index d1def03..4b0c427 100644
--- a/ebuild-writing/functions/src_prepare/epatch/text.xml
+++ b/ebuild-writing/functions/src_prepare/epatch/text.xml
@@ -97,7 +97,7 @@ your devspace</uri> rather than
<uri link="::ebuild-writing/variables#Predefined Read-Only Variables">
${FILESDIR}</uri> is more appropriate. In these situations, it is
usually best to compress the patch in question with <c>xz</c> or
-<c>bzip2</c>(as opposed to <c>${FILESDIR}</c> patches, which must not
+<c>bzip2</c> (as opposed to <c>${FILESDIR}</c> patches, which must not
be compressed). For example, from <c>app-admin/showconsole</c>:
</p>