Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] eselect r833 - trunk/doc
Date: Thu, 01 Sep 2011 21:25:12
Message-Id: 20110901212449.558782004C@flycatcher.gentoo.org
1 Author: ulm
2 Date: 2011-09-01 21:24:48 +0000 (Thu, 01 Sep 2011)
3 New Revision: 833
4
5 Modified:
6 trunk/doc/developer-guide.txt
7 Log:
8 Fix a typo.
9
10 Modified: trunk/doc/developer-guide.txt
11 ===================================================================
12 --- trunk/doc/developer-guide.txt 2011-09-01 20:21:33 UTC (rev 832)
13 +++ trunk/doc/developer-guide.txt 2011-09-01 21:24:48 UTC (rev 833)
14 @@ -30,7 +30,7 @@
15
16 It's easiest to illustrate by example. Here's a simplified version of
17 the ``kernel.eselect`` module. It has three actions, ``show``, ``list``,
18 -and ``set``, plus the standard ``help``, ``usage`` and ``version``
19 +and ``set``, plus the standard ``help``, ``usage``, and ``version``
20 actions, and is installed to ``$(datadir)/eselect/modules/`` ::
21
22 # -*-eselect-*- vim: ft=eselect