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.
master
Ludovic Courtès 2013-01-09 22:26:28 +01:00
parent c0b3c89f16
commit bfe384cc4c
1 changed files with 1 additions and 1 deletions

View File

@ -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}.