* [gentoo-commits] proj/eselect:master commit in: doc/
@ 2014-03-20 12:57 Ulrich Müller
0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2014-03-20 12:57 UTC (permalink / raw
To: gentoo-commits
commit: f3287ce9fa29be05396fd9623cc31374e786ed12
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 20 13:04:04 2014 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 20 13:04:04 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=f3287ce9
Fix a old typo (from 2005).
---
doc/user-guide.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/user-guide.txt b/doc/user-guide.txt
index 894b588..1713b53 100644
--- a/doc/user-guide.txt
+++ b/doc/user-guide.txt
@@ -132,7 +132,7 @@ A typical session will look like the following for most modules: ::
# eselect <module> set <first>
# eselect <module> show
Active selection:
- <item1>
+ <first>
You can usually set items either by name or by number.
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/eselect:master commit in: doc/
@ 2014-03-20 14:15 Ulrich Müller
0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2014-03-20 14:15 UTC (permalink / raw
To: gentoo-commits
commit: 1d5c7128fd025b4075b10cbd7ea8b54f92941114
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 20 13:20:11 2014 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 20 13:20:11 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=1d5c7128
Whitespace.
---
doc/developer-guide.txt | 1 +
doc/release-guide.txt | 1 +
doc/user-guide.txt | 1 +
3 files changed, 3 insertions(+)
diff --git a/doc/developer-guide.txt b/doc/developer-guide.txt
index 23585b8..e56f643 100644
--- a/doc/developer-guide.txt
+++ b/doc/developer-guide.txt
@@ -520,6 +520,7 @@ The ``get_repo_news_dir`` Function
The ``get_repo_news_dir`` function returns the directory where to find
GLEP 42 news items for a given repository.
+\f
.. Local Variables:
.. mode: rst
.. fill-column: 72
diff --git a/doc/release-guide.txt b/doc/release-guide.txt
index 2a4fd64..05be1d5 100644
--- a/doc/release-guide.txt
+++ b/doc/release-guide.txt
@@ -42,6 +42,7 @@ Sign it (there may be a dist-sign target in the future). ::
$ gpg --armor --detach-sign ${P}.tar.xz
+\f
.. Local Variables:
.. mode: rst
.. fill-column: 72
diff --git a/doc/user-guide.txt b/doc/user-guide.txt
index 1713b53..0afb954 100644
--- a/doc/user-guide.txt
+++ b/doc/user-guide.txt
@@ -136,6 +136,7 @@ A typical session will look like the following for most modules: ::
You can usually set items either by name or by number.
+\f
.. Local Variables:
.. mode: rst
.. fill-column: 72
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/eselect:master commit in: doc/
@ 2014-03-20 18:33 Ulrich Müller
0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2014-03-20 18:33 UTC (permalink / raw
To: gentoo-commits
commit: ef3481ab4c0c0dff4ea38069c75a7854509be5a0
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 20 18:39:04 2014 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 20 18:39:04 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=ef3481ab
developer-guide.txt: Fix wording for "arch" function.
---
doc/developer-guide.txt | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/developer-guide.txt b/doc/developer-guide.txt
index 2191ad5..63e6389 100644
--- a/doc/developer-guide.txt
+++ b/doc/developer-guide.txt
@@ -481,10 +481,10 @@ These are implemented in ``libs/package-manager.bash``.
The ``arch`` Function
,,,,,,,,,,,,,,,,,,,,,
-The ``arch`` function returns the correct value of ${ARCH} for the
-current system. If the package manager cannot provide this information,
-``arch`` falls back to a lookup-table based on the ``HOSTTYPE`` and
-``OSTYPE`` bash variables.
+The ``arch`` function returns the correct value of the ``ARCH`` variable
+for the current system. If the package manager cannot provide this
+information, ``arch`` falls back to a lookup-table based on the
+``HOSTTYPE`` and ``OSTYPE`` bash variables.
The ``envvar`` Function
,,,,,,,,,,,,,,,,,,,,,,,
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/eselect:master commit in: doc/
@ 2015-01-24 16:16 Ulrich Müller
0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2015-01-24 16:16 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-01-24 16:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-20 12:57 [gentoo-commits] proj/eselect:master commit in: doc/ Ulrich Müller
-- strict thread matches above, loose matches on Subject: below --
2014-03-20 14:15 Ulrich Müller
2014-03-20 18:33 Ulrich Müller
2015-01-24 16:16 Ulrich Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox