diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-05-07 11:49:07 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-05-07 11:49:07 +0200 |
commit | 82426f4d4ae0f07e9efff216eee3eea50b22c1e1 (patch) | |
tree | 31e8612bb77237daba1c090ea4eb51681ffefd7b /doc/guix.texi | |
parent | 13b0777f257eaa1cc110241634e0cfb98681cc8f (diff) | |
download | patches-82426f4d4ae0f07e9efff216eee3eea50b22c1e1.tar patches-82426f4d4ae0f07e9efff216eee3eea50b22c1e1.tar.gz |
doc: Remove markup for external package names.
* doc/guix.texi (Invoking guix import): Remove markup, which is not warranted
here.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 72bdb6c7e4..3785177631 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -9149,8 +9149,8 @@ should be checked closely. If Perl is available in the store, then the @code{corelist} utility will be used to filter core modules out of the list of dependencies. -The command command below imports metadata for the @code{Acme::Boolean} -Perl module: +The command command below imports metadata for the Acme::Boolean Perl +module: @example guix import cpan Acme::Boolean @@ -9341,7 +9341,7 @@ in Guix. @end table The command below imports metadata for the latest version of the -@code{HTTP} Haskell package without including test dependencies and +HTTP Haskell package without including test dependencies and specifying the value of the flag @samp{network-uri} as @code{false}: @example @@ -9381,7 +9381,7 @@ and generate package expressions for all those packages that are not yet in Guix. @end table -The command below imports metadata for the @code{HTTP} Haskell package +The command below imports metadata for the HTTP Haskell package included in the LTS Stackage release version 7.18: @example |