Gentoo Archives: gentoo-commits

From: "John Christian Stoddart (chiguire)" <chiguire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/es/handbook: hb-install-config.xml
Date: Tue, 01 May 2012 18:47:54
Message-Id: 20120501184725.0B1152004B@flycatcher.gentoo.org
1 chiguire 12/05/01 18:47:25
2
3 Modified: hb-install-config.xml
4 Log:
5 updated spanish translation
6
7 Revision Changes Path
8 1.45 xml/htdocs/doc/es/handbook/hb-install-config.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-config.xml?rev=1.45&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-config.xml?rev=1.45&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-config.xml?r1=1.44&r2=1.45
13
14 Index: hb-install-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-config.xml,v
17 retrieving revision 1.44
18 retrieving revision 1.45
19 diff -u -r1.44 -r1.45
20 --- hb-install-config.xml 11 Apr 2012 21:49:56 -0000 1.44
21 +++ hb-install-config.xml 1 May 2012 18:47:24 -0000 1.45
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/es/handbook/hb-install-config.xml,v 1.44 2012/04/11 21:49:56 nimiux Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-config.xml,v 1.45 2012/05/01 18:47:24 chiguire Exp $ -->
28
29 <sections>
30
31 @@ -14,8 +14,8 @@
32 proceder.
33 </abstract>
34
35 -<version>20</version>
36 -<date>2012-04-08</date>
37 +<version>21</version>
38 +<date>2012-04-29</date>
39
40 <section>
41 <title>InformaciĆ³n del Sistema de Ficheros</title>
42 @@ -139,9 +139,6 @@
43 /dev/sda4 / ext3 noatime 0 1
44
45 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
46 -
47 -proc /proc proc defaults 0 0
48 -shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
49 </pre>
50
51 <pre caption="Un ejemplo completo de /etc/fstab" test="func:keyval('arch')='Alpha' or func:keyval('arch')='MIPS' or func:keyval('arch')='x86' or func:keyval('arch')='AMD64'">
52 @@ -150,9 +147,6 @@
53 /dev/sda3 / ext3 noatime 0 1
54
55 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
56 -
57 -proc /proc proc defaults 0 0
58 -shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
59 </pre>
60
61 <pre caption="Un ejemplo completo de /etc/fstab" test="func:keyval('arch')='SPARC'">
62 @@ -166,9 +160,6 @@
63 openprom /proc/openprom openpromfs defaults 0 0
64
65 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
66 -
67 -proc /proc proc defaults 0 0
68 -shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
69 </pre>
70
71 <pre caption="Un ejemplo completo de /etc/fstab" test="func:keyval('arch')='PPC' or func:keyval('arch')='PPC64'">
72 @@ -176,9 +167,6 @@
73 /dev/sda3 none swap sw 0 0
74
75 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
76 -
77 -proc /proc proc defaults 0 0
78 -shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
79 </pre>
80
81 <p>