Gentoo Archives: gentoo-commits

From: "Damian Kuras (shadow)" <shadow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/pl: bugzilla-howto.xml
Date: Wed, 21 Apr 2010 17:36:23
Message-Id: 20100421173618.77B2B2C04B@corvid.gentoo.org
1 shadow 10/04/21 17:36:18
2
3 Modified: bugzilla-howto.xml
4 Log:
5 sync 1.17
6
7 Revision Changes Path
8 1.18 xml/htdocs/doc/pl/bugzilla-howto.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/pl/bugzilla-howto.xml?rev=1.18&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/pl/bugzilla-howto.xml?rev=1.18&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/pl/bugzilla-howto.xml?r1=1.17&r2=1.18
13
14 Index: bugzilla-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/pl/bugzilla-howto.xml,v
17 retrieving revision 1.17
18 retrieving revision 1.18
19 diff -u -r1.17 -r1.18
20 --- bugzilla-howto.xml 14 Apr 2009 09:55:47 -0000 1.17
21 +++ bugzilla-howto.xml 21 Apr 2010 17:36:18 -0000 1.18
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/pl/bugzilla-howto.xml,v 1.17 2009/04/14 09:55:47 shadow Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/pl/bugzilla-howto.xml,v 1.18 2010/04/21 17:36:18 shadow Exp $ -->
27
28 <guide link="/doc/pl/bugzilla-howto.xml" lang="pl">
29 <title>Zgłaszanie błędów w Gentoo</title>
30 @@ -27,8 +27,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>Wprowadzenie</title>
41 @@ -60,7 +60,7 @@
42 </p>
43
44 <pre caption="Błąd podczas wykonywania">
45 -$ <i>./zepsuty_kod `perl -e 'print Ax100'`</i>
46 +$ <i>./zepsuty_kod `perl -e 'print "A"x100'`</i>
47 Segmentation fault
48 </pre>
49
50 @@ -187,7 +187,7 @@
51 </p>
52
53 <pre caption="Usterka w programie">
54 -$ <i>./zepsuty_kod `perl -e 'print Ax100'`</i>
55 +$ <i>./zepsuty_kod `perl -e 'print "A"x100'`</i>
56 Segmentation fault
57 </pre>