Gentoo Archives: gentoo-commits

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/en: bugzilla-howto.xml
Date: Sun, 28 Feb 2010 06:14:06
Message-Id: E1NlcPi-0002lP-0O@stork.gentoo.org
1 nightmorph 10/02/28 06:14:02
2
3 Modified: bugzilla-howto.xml
4 Log:
5 update with new perl commands, bug 307147
6
7 Revision Changes Path
8 1.17 xml/htdocs/doc/en/bugzilla-howto.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml?rev=1.17&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml?rev=1.17&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml?r1=1.16&r2=1.17
13
14 Index: bugzilla-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml,v
17 retrieving revision 1.16
18 retrieving revision 1.17
19 diff -u -r1.16 -r1.17
20 --- bugzilla-howto.xml 5 Mar 2009 12:13:20 -0000 1.16
21 +++ bugzilla-howto.xml 28 Feb 2010 06:14:00 -0000 1.17
22 @@ -1,8 +1,8 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml,v 1.16 2009/03/05 12:13:20 jkt Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml,v 1.17 2010/02/28 06:14:00 nightmorph Exp $ -->
27
28 -<guide link="/doc/en/bugzilla-howto.xml">
29 +<guide>
30 <title>Gentoo Bug Reporting Guide</title>
31
32 <author title="Author">
33 @@ -20,8 +20,8 @@
34 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
35 <license/>
36
37 -<version>1.14</version>
38 -<date>2009-03-05</date>
39 +<version>1.15</version>
40 +<date>2010-02-27</date>
41
42 <chapter>
43 <title>Introduction</title>
44 @@ -51,7 +51,7 @@
45 </p>
46
47 <pre caption="A run time error">
48 -$ <i>./bad_code `perl -e 'print Ax100'`</i>
49 +$ <i>./bad_code `perl -e 'print "A"x100'`</i>
50 Segmentation fault
51 </pre>
52
53 @@ -177,7 +177,7 @@
54 </p>
55
56 <pre caption="Breaking The Program">
57 -$ <i>./bad_code `perl -e 'print Ax100'`</i>
58 +$ <i>./bad_code `perl -e 'print "A"x100'`</i>
59 Segmentation fault
60 </pre>
61
62 @@ -189,7 +189,7 @@
63 </p>
64
65 <pre caption="Running Our Program Through GDB">
66 -$ <i>gdb --args ./bad_code `perl -e 'print Ax100'`</i>
67 +$ <i>gdb --args ./bad_code `perl -e 'print "A"x100'`</i>
68 GNU gdb 6.3
69 Copyright 2004 Free Software Foundation, Inc.
70 GDB is free software, covered by the GNU General Public License, and you are