aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2015-01-24 17:21:15 +0100
committerUlrich Müller <ulm@gentoo.org>2015-01-24 17:21:15 +0100
commitb88d19c291321e118ca9710dfe281d5c6f2ce6c3 (patch)
tree0845f4ae52ceab197d427ccf465d27a15603a945
parentUpdate version to 1.4.4. (diff)
downloadeselect-b88d19c291321e118ca9710dfe281d5c6f2ce6c3.tar.gz
eselect-b88d19c291321e118ca9710dfe281d5c6f2ce6c3.tar.bz2
eselect-b88d19c291321e118ca9710dfe281d5c6f2ce6c3.zip
Fix typos in documentation.
-rw-r--r--doc/developer-guide.txt2
-rw-r--r--doc/user-guide.txt6
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/developer-guide.txt b/doc/developer-guide.txt
index 63e6389..474437d 100644
--- a/doc/developer-guide.txt
+++ b/doc/developer-guide.txt
@@ -455,7 +455,7 @@ The ``append_config`` Function
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
The ``append_config`` function appends an item to an already stored
-value in the modules configuration file. It uses ``load_config`` /
+value in the module's configuration file. It uses ``load_config`` /
``store_config`` internally and should be invoked as
``append_config filename key item``. Note that the item will not be
appended if it occurs in the key's value already.
diff --git a/doc/user-guide.txt b/doc/user-guide.txt
index 6960c30..686757d 100644
--- a/doc/user-guide.txt
+++ b/doc/user-guide.txt
@@ -97,11 +97,11 @@ and --colour, which controls coloured output. The following are standard
action names -- each module may provide a subset of these actions:
help
- Print the modules help screen.
+ Print the module's help screen.
usage
- Print information on how to invoke the modules actions.
+ Print information on how to invoke the module's actions.
version
- Print the modules version and other useful information.
+ Print the module's version and other useful information.
list
Print a set of selectable options.
show