commit: b88d19c291321e118ca9710dfe281d5c6f2ce6c3
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 24 16:21:15 2015 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 24 16:21:15 2015 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=b88d19c2
Fix typos in documentation.
---
doc/developer-guide.txt | 2 +-
doc/user-guide.txt | 6 +++---
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