Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/eselect: dev-guide.xml
Date: Thu, 01 Sep 2011 21:25:50
Message-Id: 20110901212531.72B0D2004C@flycatcher.gentoo.org
1 ulm 11/09/01 21:25:31
2
3 Modified: dev-guide.xml
4 Log:
5 Fix a typo.
6
7 Revision Changes Path
8 1.16 xml/htdocs/proj/en/eselect/dev-guide.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/eselect/dev-guide.xml?rev=1.16&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/eselect/dev-guide.xml?rev=1.16&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/eselect/dev-guide.xml?r1=1.15&r2=1.16
13
14 Index: dev-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/eselect/dev-guide.xml,v
17 retrieving revision 1.15
18 retrieving revision 1.16
19 diff -u -r1.15 -r1.16
20 --- dev-guide.xml 1 Sep 2011 21:10:39 -0000 1.15
21 +++ dev-guide.xml 1 Sep 2011 21:25:31 -0000 1.16
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/eselect/dev-guide.xml,v 1.15 2011/09/01 21:10:39 ulm Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/eselect/dev-guide.xml,v 1.16 2011/09/01 21:25:31 ulm Exp $ -->
26
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 @@ -78,7 +78,7 @@
30 <p>
31 It's easiest to illustrate by example. Here's a simplified version of
32 the <c>kernel.eselect</c> module. It has three actions, <c>show</c>,
33 - <c>list</c>, and <c>set</c>, plus the standard <c>help</c>, <c>usage</c>
34 + <c>list</c>, and <c>set</c>, plus the standard <c>help</c>, <c>usage</c>,
35 and <c>version</c> actions, and is installed to
36 <path>$(datadir)/eselect/modules/</path>.
37 </p>