summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2010-01-10 01:47:33 +0100
committerDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2010-01-10 01:47:33 +0100
commit22ce7f8d7dc5f44b0ecd56cf236e7a2503ca3918 (patch)
treebad8200bff76323e4636ea150cb841f6f17174d2
parentEnhancements to the grid system and typefacing (diff)
downloaddevmanual-22ce7f8d7dc5f44b0ecd56cf236e7a2503ca3918.tar.gz
devmanual-22ce7f8d7dc5f44b0ecd56cf236e7a2503ca3918.tar.bz2
devmanual-22ce7f8d7dc5f44b0ecd56cf236e7a2503ca3918.zip
Remove <d/> element.
-rw-r--r--content/quickstart.xmli2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/quickstart.xmli b/content/quickstart.xmli
index ba91e49..a8309f7 100644
--- a/content/quickstart.xmli
+++ b/content/quickstart.xmli
@@ -228,7 +228,7 @@ src_install() {
Often we need to apply patches. This is done in the <function>src_unpack</function> function
using the <command>epatch</command> helper function. To use <command>epatch</command> one must
first tell Portage that the <filename>eutils</filename> eclass (an eclass is like a library)
- is required <d/> this is done via <command>inherit eutils</command> at the top of the
+ is required — this is done via <command>inherit eutils</command> at the top of the
ebuild. Here's <filename>app-misc/detox/detox-1.1.0.ebuild</filename>:
</para>