Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: gnome-config.xml
Date: Mon, 04 Jan 2010 00:24:22
Message-Id: E1NRak5-0002Kf-HN@stork.gentoo.org
1 nightmorph 10/01/04 00:24:17
2
3 Modified: gnome-config.xml
4 Log:
5 sed should use the -i flag, bug 299178
6
7 Revision Changes Path
8 1.29 xml/htdocs/doc/en/gnome-config.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnome-config.xml?rev=1.29&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnome-config.xml?rev=1.29&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnome-config.xml?r1=1.28&r2=1.29
13
14 Index: gnome-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v
17 retrieving revision 1.28
18 retrieving revision 1.29
19 diff -u -r1.28 -r1.29
20 --- gnome-config.xml 22 Dec 2009 06:40:45 -0000 1.28
21 +++ gnome-config.xml 4 Jan 2010 00:24:16 -0000 1.29
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/gnome-config.xml,v 1.28 2009/12/22 06:40:45 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v 1.29 2010/01/04 00:24:16 nightmorph Exp $ -->
27
28 <guide>
29 <title>The GNOME Configuration HOWTO</title>
30 @@ -24,8 +24,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.21</version>
35 -<date>2009-12-21</date>
36 +<version>1.22</version>
37 +<date>2010-01-03</date>
38
39 <chapter>
40 <title>What is GNOME?</title>
41 @@ -165,7 +165,7 @@
42 </p>
43
44 <pre caption="Prepending XDG_MENU_PREFIX to ~/.xinitrc">
45 -$ <i>sed '1i\export XDG_MENU_PREFIX=gnome-' ~/.xinitrc</i>
46 +$ <i>sed -i '1i\export XDG_MENU_PREFIX=gnome-' ~/.xinitrc</i>
47 </pre>
48
49 <p>