Gentoo Archives: gentoo-commits

From: "Marion Age (titefleur)" <titefleur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/fr: bugzilla-howto.xml
Date: Wed, 05 May 2010 15:34:55
Message-Id: 20100505153452.7234E2C3FB@corvid.gentoo.org
1 titefleur 10/05/05 15:34:52
2
3 Modified: bugzilla-howto.xml
4 Log:
5 Sync to 1.17
6
7 Revision Changes Path
8 1.7 xml/htdocs/doc/fr/bugzilla-howto.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/bugzilla-howto.xml?rev=1.7&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/bugzilla-howto.xml?rev=1.7&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/bugzilla-howto.xml?r1=1.6&r2=1.7
13
14 Index: bugzilla-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/fr/bugzilla-howto.xml,v
17 retrieving revision 1.6
18 retrieving revision 1.7
19 diff -u -r1.6 -r1.7
20 --- bugzilla-howto.xml 6 Mar 2009 13:56:32 -0000 1.6
21 +++ bugzilla-howto.xml 5 May 2010 15:34:52 -0000 1.7
22 @@ -1,18 +1,18 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fr/bugzilla-howto.xml,v 1.6 2009/03/06 13:56:32 titefleur Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fr/bugzilla-howto.xml,v 1.7 2010/05/05 15:34:52 titefleur Exp $ -->
27
28 -<guide link="/doc/fr/bugzilla-howto.xml">
29 +<guide lang="fr">
30 <title>Guide de rapport de bogue de Gentoo</title>
31
32 <author title="Auteur">
33 - <mail link="chriswhite@g.o">Chris White</mail>
34 + <mail link="chriswhite"/>
35 </author>
36 <author title="Correcteur">
37 - <mail link="fox2mike@g.o">Shyam Mani</mail>
38 + <mail link="fox2mike"/>
39 </author>
40 <author title="Traducteur">
41 - <mail link="titefleur@g.o">Marion Agé</mail>
42 + <mail link="titefleur"/>
43 </author>
44 <author title="Traducteur">
45 <mail link="geekounet@×××××.com">Pierre Guinoiseau</mail>
46 @@ -27,8 +27,8 @@
47 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
48 <license/>
49
50 -<version>1.14</version>
51 -<date>2009-03-05</date>
52 +<version>1.15</version>
53 +<date>2010-02-27</date>
54
55 <chapter>
56 <title>Introduction</title>
57 @@ -61,7 +61,7 @@
58 </p>
59
60 <pre caption="Une erreur d'exécution">
61 -$ <i>./bad_code `perl -e 'print Ax100'`</i>
62 +$ <i>./bad_code `perl -e 'print "A"x100'`</i>
63 Segmentation fault
64 </pre>
65
66 @@ -194,7 +194,7 @@
67 </p>
68
69 <pre caption="Corruption du programme">
70 -$ <i>./bad_code `perl -e 'print Ax100'`</i>
71 +$ <i>./bad_code `perl -e 'print "A"x100'`</i>
72 Segmentation fault
73 </pre>
74
75 @@ -207,7 +207,7 @@
76 </p>
77
78 <pre caption="Exécution de notre programme dans GDB">
79 -$ <i>gdb --args ./bad_code `perl -e 'print Ax100'`</i>
80 +$ <i>gdb --args ./bad_code `perl -e 'print "A"x100'`</i>
81 GNU gdb 6.3
82 Copyright 2004 Free Software Foundation, Inc.
83 GDB is free software, covered by the GNU General Public License, and you are