Gentoo Archives: gentoo-doc-cvs

From: Shyam Mani <fox2mike@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: bugzilla-howto.xml
Date: Sun, 10 Jul 2005 14:13:33
Message-Id: 200507101412.j6AECogw000433@robin.gentoo.org
1 fox2mike 05/07/10 14:13:08
2
3 Modified: xml/htdocs/doc/en bugzilla-howto.xml
4 Log:
5 Fixed gddb -> ggdb, which is correct.
6
7 Revision Changes Path
8 1.4 +4 -4 xml/htdocs/doc/en/bugzilla-howto.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/bugzilla-howto.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/bugzilla-howto.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/bugzilla-howto.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo
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.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- bugzilla-howto.xml 9 Jul 2005 22:31:57 -0000 1.3
21 +++ bugzilla-howto.xml 10 Jul 2005 14:13:08 -0000 1.4
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/en/bugzilla-howto.xml,v 1.3 2005/07/09 22:31:57 fox2mike Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml,v 1.4 2005/07/10 14:13:08 fox2mike Exp $ -->
27
28 <guide link="/doc/en/bugzilla-howto.xml">
29 <title>Gentoo Bug Reporting Guide</title>
30 @@ -20,7 +20,7 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.2</version>
35 +<version>1.3</version>
36 <date>2005-07-10</date>
37
38 <chapter>
39 @@ -132,7 +132,7 @@
40 </p>
41
42 <pre caption="make.conf settings">
43 -CFLAGS="-O2 -pipe -gddb3"
44 +CFLAGS="-O2 -pipe -ggdb3"
45 CXXFLAGS="${CFLAGS}"
46 </pre>
47
48 @@ -312,7 +312,7 @@
49 <p>
50 As you can see, -ggdb3 adds about <e>13178</e> more bytes to the file size over the one
51 with debugging symbols. However, as shown above, this increase in file size can
52 -be worth it if presenting debug information to developers. The backtrace, can be
53 +be worth it if presenting debug information to developers. The backtrace can be
54 saved to a file by copying and pasting from the terminal (if it's a non-x based
55 terminal, you can use gpm. To keep this doc simple, I recommend you read up on
56 the documentation for gpm to see how to copy and paste with it). Now that we're
57
58
59
60 --
61 gentoo-doc-cvs@g.o mailing list