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: bugzilla-howto.xml
Date: Mon, 01 Mar 2010 20:11:40
Message-Id: E1NmBxp-0007Gy-L1@stork.gentoo.org
1 chiguire 10/03/01 20:11:37
2
3 Modified: bugzilla-howto.xml
4 Log:
5 #307337, updated spanish translation (jose maria alonso)
6
7 Revision Changes Path
8 1.10 xml/htdocs/doc/es/bugzilla-howto.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/bugzilla-howto.xml?rev=1.10&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/bugzilla-howto.xml?rev=1.10&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/bugzilla-howto.xml?r1=1.9&r2=1.10
13
14 Index: bugzilla-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/bugzilla-howto.xml,v
17 retrieving revision 1.9
18 retrieving revision 1.10
19 diff -u -r1.9 -r1.10
20 --- bugzilla-howto.xml 9 Mar 2009 20:49:59 -0000 1.9
21 +++ bugzilla-howto.xml 1 Mar 2010 20:11:37 -0000 1.10
22 @@ -1,9 +1,9 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/bugzilla-howto.xml,v 1.9 2009/03/09 20:49:59 chiguire Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/bugzilla-howto.xml,v 1.10 2010/03/01 20:11:37 chiguire Exp $ -->
28
29 -<guide link="/doc/es/bugzilla-howto.xml" lang="es">
30 +<guide lang="es">
31 <title>Guía de reporte de fallos Gentoo</title>
32
33 <author title="Autor">
34 @@ -31,8 +31,8 @@
35 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
36 <license/>
37
38 -<version>1.14</version>
39 -<date>2009-03-05</date>
40 +<version>1.15</version>
41 +<date>2010-02-27</date>
42
43 <chapter>
44 <title>Introducción</title>
45 @@ -66,7 +66,7 @@
46 </p>
47
48 <pre caption="Errores en tiempo de ejecución">
49 -$ <i>./bad_code `perl -e 'print Ax100'`</i>
50 +$ <i>./bad_code `perl -e 'print "A"x100'`</i>
51 Segmentation fault <comment>(Violación de segmento)</comment>
52 </pre>
53
54 @@ -198,7 +198,7 @@
55 </p>
56
57 <pre caption="Comprobando el programa">
58 -$ <i>./bad_code `perl -e 'print Ax100'`</i>
59 +$ <i>./bad_code `perl -e 'print "A"x100'`</i>
60 Segmentation fault <comment>( Violación de segmento )</comment>
61 </pre>
62
63 @@ -211,7 +211,7 @@
64 </p>
65
66 <pre caption="Ejecutando el programa a través de GDB">
67 -$ <i>gdb --args ./bad_code `perl -e 'print Ax100'`</i>
68 +$ <i>gdb --args ./bad_code `perl -e 'print "A"x100'`</i>
69 GNU gdb 6.3
70 Copyright 2004 Free Software Foundation, Inc.
71 GDB is free software, covered by the GNU General Public License, and you are