Index: bugzilla-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/bugzilla-howto.xml,v retrieving revision 1.9 diff -u -u -r1.9 bugzilla-howto.xml --- bugzilla-howto.xml 9 Mar 2009 20:49:59 -0000 1.9 +++ bugzilla-howto.xml 1 Mar 2010 17:12:49 -0000 @@ -3,7 +3,7 @@ <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/bugzilla-howto.xml,v 1.9 2009/03/09 20:49:59 chiguire Exp $ --> -<guide link="/doc/es/bugzilla-howto.xml" lang="es"> +<guide lang="es"> <title>Guía de reporte de fallos Gentoo</title> <author title="Autor"> @@ -31,8 +31,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.14</version> -<date>2009-03-05</date> +<version>1.15</version> +<date>2010-02-27</date> <chapter> <title>Introducción</title> @@ -66,7 +66,7 @@ </p> <pre caption="Errores en tiempo de ejecución"> -$ <i>./bad_code `perl -e 'print Ax100'`</i> +$ <i>./bad_code `perl -e 'print "A"x100'`</i> Segmentation fault <comment>(Violación de segmento)</comment> </pre> @@ -198,7 +198,7 @@ </p> <pre caption="Comprobando el programa"> -$ <i>./bad_code `perl -e 'print Ax100'`</i> +$ <i>./bad_code `perl -e 'print "A"x100'`</i> Segmentation fault <comment>( Violación de segmento )</comment> </pre> @@ -211,7 +211,7 @@ </p> <pre caption="Ejecutando el programa a través de GDB"> -$ <i>gdb --args ./bad_code `perl -e 'print Ax100'`</i> +$ <i>gdb --args ./bad_code `perl -e 'print "A"x100'`</i> GNU gdb 6.3 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are