aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2009-09-03 22:00:26 +0000
committerMark Loeser <halcy0n@gentoo.org>2009-09-03 22:00:26 +0000
commite5a7597419b35c0cdbf3cda198ef61ae93ebd43a (patch)
tree98dea5cfaa54b0eb7899e6ba144c66e7d5746d8a /function-reference
parentAdd LDFLAGS to linking arguments and fix argument order. Fixes bug #281490. (diff)
downloaddevmanual-e5a7597419b35c0cdbf3cda198ef61ae93ebd43a.tar.gz
devmanual-e5a7597419b35c0cdbf3cda198ef61ae93ebd43a.tar.bz2
devmanual-e5a7597419b35c0cdbf3cda198ef61ae93ebd43a.zip
Move paragraph up to the top so its not as easily missed
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@153 176d3534-300d-0410-8db8-84e73ed771c3
Diffstat (limited to 'function-reference')
-rw-r--r--function-reference/install-functions/text.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
index 0e9d48d..9a80753 100644
--- a/function-reference/install-functions/text.xml
+++ b/function-reference/install-functions/text.xml
@@ -10,6 +10,12 @@ library, handle various install-related tasks. <c>${D}</c> is automatically hand
for all of these functions.
</p>
+<p>
+The <c>do*</c> functions, when given multiple arguments, will work upon multiple
+targets. The <c>new*</c> functions take exactly two arguments (except as noted) <d />
+the first is the source name, the second the name to use when installing.
+</p>
+
<table>
<tr>
<th>
@@ -341,12 +347,6 @@ for all of these functions.
</tr>
</table>
-<p>
-The <c>do*</c> functions, when given multiple arguments, will work upon multiple
-targets. The <c>new*</c> functions take exactly two arguments (except as noted) <d />
-the first is the source name, the second the name to use when installing.
-</p>
-
</body>
</chapter>
</guide>