Gentoo Archives: gentoo-commits

From: "Tobias Heinlein (keytoaster)" <keytoaster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/de: bugzilla-howto.xml
Date: Mon, 01 Mar 2010 22:06:45
Message-Id: E1NmDlD-0004MQ-Ux@stork.gentoo.org
1 keytoaster 10/03/01 22:06:43
2
3 Modified: bugzilla-howto.xml
4 Log:
5 Sync to 1.17
6
7 Revision Changes Path
8 1.3 xml/htdocs/doc/de/bugzilla-howto.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/bugzilla-howto.xml?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/bugzilla-howto.xml?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/bugzilla-howto.xml?r1=1.2&r2=1.3
13
14 Index: bugzilla-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/de/bugzilla-howto.xml,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- bugzilla-howto.xml 16 Aug 2009 16:02:19 -0000 1.2
21 +++ bugzilla-howto.xml 1 Mar 2010 22:06:43 -0000 1.3
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/bugzilla-howto.xml,v 1.2 2009/08/16 16:02:19 keytoaster Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/bugzilla-howto.xml,v 1.3 2010/03/01 22:06:43 keytoaster Exp $ -->
27
28 <guide link="/doc/de/bugzilla-howto.xml" lang="de">
29 <title>Gentoo Bug Reporting Leitfaden</title>
30 @@ -26,8 +26,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.14</version>
35 -<date>2009-03-05</date>
36 +<version>1.15</version>
37 +<date>2010-02-27</date>
38
39 <chapter>
40 <title>Einführung</title>
41 @@ -60,7 +60,7 @@
42 </p>
43
44 <pre caption="Ein Laufzeitfehler">
45 -$ <i>./bad_code `perl -e 'print Ax100'`</i>
46 +$ <i>./bad_code `perl -e 'print "A"x100'`</i>
47 Segmentation fault
48 </pre>
49
50 @@ -190,7 +190,7 @@
51 </p>
52
53 <pre caption="Das Programm zum Absturz bringen">
54 -$ <i>./bad_code `perl -e 'print Ax100'`</i>
55 +$ <i>./bad_code `perl -e 'print "A"x100'`</i>
56 Segmentation fault
57 </pre>
58
59 @@ -203,7 +203,7 @@
60 </p>
61
62 <pre caption="Unser Programm durch GDB starten">
63 -$ <i>gdb --args ./bad_code `perl -e 'print Ax100'`</i>
64 +$ <i>gdb --args ./bad_code `perl -e 'print "A"x100'`</i>
65 GNU gdb 6.3
66 Copyright 2004 Free Software Foundation, Inc.
67 GDB is free software, covered by the GNU General Public License, and you are