nightmorph 10/01/04 00:24:17 Modified: gnome-config.xml Log: sed should use the -i flag, bug 299178
Revision Changes Path 1.29 xml/htdocs/doc/en/gnome-config.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnome-config.xml?rev=1.29&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnome-config.xml?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnome-config.xml?r1=1.28&r2=1.29 Index: gnome-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- gnome-config.xml 22 Dec 2009 06:40:45 -0000 1.28 +++ gnome-config.xml 4 Jan 2010 00:24:16 -0000 1.29 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v 1.28 2009/12/22 06:40:45 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v 1.29 2010/01/04 00:24:16 nightmorph Exp $ --> <guide> <title>The GNOME Configuration HOWTO</title> @@ -24,8 +24,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.21</version> -<date>2009-12-21</date> +<version>1.22</version> +<date>2010-01-03</date> <chapter> <title>What is GNOME?</title> @@ -165,7 +165,7 @@ </p> <pre caption="Prepending XDG_MENU_PREFIX to ~/.xinitrc"> -$ <i>sed '1i\export XDG_MENU_PREFIX=gnome-' ~/.xinitrc</i> +$ <i>sed -i '1i\export XDG_MENU_PREFIX=gnome-' ~/.xinitrc</i> </pre> <p>
