diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-09-01 21:24:48 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-09-01 21:24:48 +0000 |
commit | 09665aa2d2711e8c4f728ac3f4fc96ac57a3b90a (patch) | |
tree | 35ea506883848f2053b9ae68a8d2575a433ba4bf | |
parent | Support profiles in overlays, bug 265264. (diff) | |
download | eselect-09665aa2d2711e8c4f728ac3f4fc96ac57a3b90a.tar.gz eselect-09665aa2d2711e8c4f728ac3f4fc96ac57a3b90a.tar.bz2 eselect-09665aa2d2711e8c4f728ac3f4fc96ac57a3b90a.zip |
Fix a typo.
svn path=/trunk/; revision=833
-rw-r--r-- | doc/developer-guide.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer-guide.txt b/doc/developer-guide.txt index 0900064..335fa85 100644 --- a/doc/developer-guide.txt +++ b/doc/developer-guide.txt @@ -30,7 +30,7 @@ A Simple Module It's easiest to illustrate by example. Here's a simplified version of the ``kernel.eselect`` module. It has three actions, ``show``, ``list``, -and ``set``, plus the standard ``help``, ``usage`` and ``version`` +and ``set``, plus the standard ``help``, ``usage``, and ``version`` actions, and is installed to ``$(datadir)/eselect/modules/`` :: # -*-eselect-*- vim: ft=eselect |