aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2006-02-27 23:18:14 +0000
committerMark Loeser <halcy0n@gentoo.org>2006-02-27 23:18:14 +0000
commit82642980ce69b3be456725fa3b86fc684b53716a (patch)
tree4462c4be03b38751293dbdcf762a7aaa4e607182 /ebuild-writing/messages/text.xml
parentAdd <d/> entity. (diff)
downloaddevmanual-82642980ce69b3be456725fa3b86fc684b53716a.tar.gz
devmanual-82642980ce69b3be456725fa3b86fc684b53716a.tar.bz2
devmanual-82642980ce69b3be456725fa3b86fc684b53716a.zip
Change -- to <d/> where appropriate. Finish up the autotools doc
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@11 176d3534-300d-0410-8db8-84e73ed771c3
Diffstat (limited to 'ebuild-writing/messages/text.xml')
-rw-r--r--ebuild-writing/messages/text.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ebuild-writing/messages/text.xml b/ebuild-writing/messages/text.xml
index bcb002e..fdc5477 100644
--- a/ebuild-writing/messages/text.xml
+++ b/ebuild-writing/messages/text.xml
@@ -33,7 +33,7 @@ with their fancy leading markers.
<p>
There are a number of functions available to assist here. The `echo` bash
-internal is the simplest -- it simply displays its parameters as a message.
+internal is the simplest <d/> it simply displays its parameters as a message.
</p>
<p>
@@ -86,14 +86,14 @@ is mainly used for displaying additional error details before bailing out.
For <e>really</e> important messages, <c>eutils.eclass</c> provides <c>ebeep</c> and
<c>epause</c>. The former will beep a number of times, and the latter will pause
for several seconds to allow the user to read any messages. Both can be disabled
-by the user -- you must <b>not</b> attempt to override the user's preference in
+by the user <d/> you must <b>not</b> attempt to override the user's preference in
this. <c>ebeep</c> takes an optional parameter specifying how many times to beep.
<c>epause</c> takes an optional parameter (which <b>must</b> be an exact whole number)
specifying for how long it should sleep.
</p>
<p>
-Do not abuse these functions -- better to save them for when things really are
+Do not abuse these functions <d/> better to save them for when things really are
important.
</p>