Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/gentoo-alt/prefix: bootstrap-freebsd.xml
Date: Thu, 07 Jan 2010 22:36:25
Message-Id: E1NT0xr-0007Nw-2s@stork.gentoo.org
1 fauli 10/01/07 22:36:23
2
3 Modified: bootstrap-freebsd.xml
4 Log:
5 FreeBSD: Capitalise some captions
6
7 Revision Changes Path
8 1.21 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml?rev=1.21&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml?rev=1.21&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml?r1=1.20&r2=1.21
13
14 Index: bootstrap-freebsd.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml,v
17 retrieving revision 1.20
18 retrieving revision 1.21
19 diff -u -r1.20 -r1.21
20 --- bootstrap-freebsd.xml 7 Jan 2010 21:52:18 -0000 1.20
21 +++ bootstrap-freebsd.xml 7 Jan 2010 22:36:22 -0000 1.21
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml,v 1.20 2010/01/07 21:52:18 fauli Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml,v 1.21 2010/01/07 22:36:22 fauli Exp $ -->
27
28 <guide link="/proj/en/gentoo-alt/prefix/bootstrap-freebsd.xml" lang="en">
29 <title>Gentoo Prefix Bootstrap Process for FreeBSD</title>
30 @@ -189,7 +189,7 @@
31 the little helpers we used before are no longer necessary.
32 They may even cause trouble, so we unset them.
33 </p>
34 - <pre caption="unset no longer needed environment variables">
35 + <pre caption="Unset no longer needed environment variables">
36 $ <i>unset LDFLAGS CPPFLAGS CHOST CC CXX HOSTCC</i>
37 </pre>
38 <p>
39 @@ -227,7 +227,7 @@
40 remove the temporary directory and its use as it is no longer
41 necessary.
42 </p>
43 - <pre caption="remove tmp directory">
44 + <pre caption="Remove tmp directory">
45 $ <i>rm -Rf $EPREFIX/tmp/*</i>
46 $ <i>hash -r</i>
47 </pre>
48 @@ -266,7 +266,7 @@
49 all packages can be compiled with tools from the Prefix,
50 instead of those from the host system.
51 </p>
52 - <pre caption="doing the final system installation">
53 + <pre caption="Doing the final system installation">
54 $ <i>unset USE</i>
55 $ <i>emerge -e system</i>
56 </pre>