aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2005-05-07 18:55:08 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2005-05-07 18:55:08 +0000
commit5c7cc2511c5334bae151e575cef724e2e7071c4b (patch)
tree140d68b2ebb820b0111ba4a720c0fee73de1cd47
parentRecommit for $Id stuff. (diff)
downloadeselect-5c7cc2511c5334bae151e575cef724e2e7071c4b.tar.gz
eselect-5c7cc2511c5334bae151e575cef724e2e7071c4b.tar.bz2
eselect-5c7cc2511c5334bae151e575cef724e2e7071c4b.zip
formatting, typos
svn path=/trunk/; revision=47
-rw-r--r--ChangeLog7
-rw-r--r--doc/developer-guide.txt8
2 files changed, 9 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 85e66b0..26fc04f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,12 @@
ChangeLog for eclectic
-2005-05-07 Tom Martin <slarti@gentoo.org>
- * man/mailer.eclectic.5: Add a man page for mailer.eclectic.
+2005-05-07 Ciaran McCreesh <ciaranm@gentoo.org>
+
+ * doc/developer-guide.txt: Fix formatting, typos.
2005-05-07 Tom Martin <slarti@gentoo.org>
+
+ * man/mailer.eclectic.5: Add a man page for mailer.eclectic.
* modules/mailer.eclectic: Add a check_dirs() function for
sanity checking /etc/mail/.
diff --git a/doc/developer-guide.txt b/doc/developer-guide.txt
index a33b060..7fc432c 100644
--- a/doc/developer-guide.txt
+++ b/doc/developer-guide.txt
@@ -209,8 +209,8 @@ The ``store_config`` Function
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The ``store_config`` function saves a key/value pair in the module's
-configuration file (/etc/eclectic/${module}/${module}.config). This file
-is a bash script consisting only off key/value pairs and should not be altered
+configuration file (``/etc/eclectic/${module}/${module}.config``). This file
+is a bash script consisting only of key/value pairs and should not be altered
manually. Comments in the file will be deleted each time ``store_config`` is
called. The function is invoked as ``store_config modulename key value``.
@@ -225,7 +225,7 @@ The ``add_config`` Function
^^^^^^^^^^^^^^^^^^^^^^^^^^^
The ``add_config`` function adds an item to an already stored value in the
-modules configuration file. It uses ``load_config``/``store_config``
+modules configuration file. It uses ``load_config`` / ``store_config``
internally and should be invoked as ``add_config modulename key item``.
Multilib Functions
@@ -237,6 +237,6 @@ The ``list_libdirs`` Function
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The ``list_libdirs`` function returns a set of valid libdirs for the used
-architecure. It uses ``uname`` to determine the architecture.
+architecture. It uses ``uname`` to determine the architecture.
.. vim: set ft=glep tw=80 sw=4 et spell spelllang=en : ..