Gentoo Archives: gentoo-commits

From: "Mark Loeser (halcy0n)" <halcy0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] devmanual r153 - trunk/function-reference/install-functions
Date: Thu, 03 Sep 2009 16:51:53
Message-Id: E1MjKLz-0000ZY-AU@stork.gentoo.org
1 Author: halcy0n
2 Date: 2009-09-03 22:00:26 +0000 (Thu, 03 Sep 2009)
3 New Revision: 153
4
5 Modified:
6 trunk/function-reference/install-functions/text.xml
7 Log:
8 Move paragraph up to the top so its not as easily missed
9
10 Modified: trunk/function-reference/install-functions/text.xml
11 ===================================================================
12 --- trunk/function-reference/install-functions/text.xml 2009-08-15 08:59:24 UTC (rev 152)
13 +++ trunk/function-reference/install-functions/text.xml 2009-09-03 22:00:26 UTC (rev 153)
14 @@ -10,6 +10,12 @@
15 for all of these functions.
16 </p>
17
18 +<p>
19 +The <c>do*</c> functions, when given multiple arguments, will work upon multiple
20 +targets. The <c>new*</c> functions take exactly two arguments (except as noted) <d />
21 +the first is the source name, the second the name to use when installing.
22 +</p>
23 +
24 <table>
25 <tr>
26 <th>
27 @@ -341,12 +347,6 @@
28 </tr>
29 </table>
30
31 -<p>
32 -The <c>do*</c> functions, when given multiple arguments, will work upon multiple
33 -targets. The <c>new*</c> functions take exactly two arguments (except as noted) <d />
34 -the first is the source name, the second the name to use when installing.
35 -</p>
36 -
37 </body>
38 </chapter>
39 </guide>