Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-system.xml
Date: Thu, 02 Nov 2006 09:50:53
Message-Id: 20061102095034.27FEF64AAF@smtp.gentoo.org
1 neysx 06/11/02 09:50:33
2
3 Modified: hb-install-system.xml
4 Log:
5 #153791 Handbook 'all-in-one-page' listing gives 500 error, caused by missing quote in test attribute
6
7 Revision Changes Path
8 1.104 xml/htdocs/doc/en/handbook/hb-install-system.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.104&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.104&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.103&r2=1.104
13
14 Index: hb-install-system.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
17 retrieving revision 1.103
18 retrieving revision 1.104
19 diff -u -r1.103 -r1.104
20 --- hb-install-system.xml 2 Nov 2006 07:27:24 -0000 1.103
21 +++ hb-install-system.xml 2 Nov 2006 09:50:33 -0000 1.104
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.103 2006/11/02 07:27:24 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.104 2006/11/02 09:50:33 neysx Exp $ -->
28
29 <sections>
30
31 @@ -213,12 +213,12 @@
32 profile's <path>make.defaults</path> to determine if it fits your needs.
33 </p>
34
35 -<p test="func:keyval('arch')=AMD64'">
36 +<p test="func:keyval('arch')='AMD64'">
37 If you want to have a pure 64-bit environment, with no 32-bit applications or
38 libraries, you should use a non-multilib profile:
39 </p>
40
41 -<pre test="func:keyval('arch')=AMD64'" caption="Switching to a non-multilib profile">
42 +<pre test="func:keyval('arch')='AMD64'" caption="Switching to a non-multilib profile">
43 # <i>ln -snf /usr/portage/profiles/default-linux/amd64/2006.1/no-multilib /etc/make.profile</i>
44 </pre>
45
46
47
48
49 --
50 gentoo-doc-cvs@g.o mailing list