diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-01-09 22:26:28 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-01-09 22:26:28 +0100 |
commit | bfe384cc4c7e56ac1eceff8b5d92e916507436eb (patch) | |
tree | 2dbefde06a5757a5f4942a5b94790e8fe1277dab | |
parent | c0b3c89f16c2ba36da66a4259a271db449ee66ca (diff) | |
download | patches-bfe384cc4c7e56ac1eceff8b5d92e916507436eb.tar patches-bfe384cc4c7e56ac1eceff8b5d92e916507436eb.tar.gz |
doc: Clarify package version specification example.
* doc/guix.texi (Invoking guix-package): Use "guile-1.8.8" as the
example, not "guile-1.8" since there is no such version.
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 1784642c7b..60b1534ad4 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -442,7 +442,7 @@ Install @var{package}. @var{package} may specify either a simple package name, such as @code{guile}, or a package name followed by a hyphen and version number, -such as @code{guile-1.8}. In addition, @var{package} may contain a +such as @code{guile-1.8.8}. In addition, @var{package} may contain a colon, followed by the name of one of the outputs of the package, as in @code{gcc:doc} or @code{libsigsegv-2.10:lib}. |