diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-12-24 12:38:59 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-12-24 12:39:20 +0200 |
commit | b599fed5b0be2abcc9ff3cd421e431adf86391ea (patch) | |
tree | c16d6151e380f8f9a5f5af33c1cf1b51b89d1e68 /doc | |
parent | c39491829a0c1d870f8133b8f7a699152fc71503 (diff) | |
download | guix-b599fed5b0be2abcc9ff3cd421e431adf86391ea.tar guix-b599fed5b0be2abcc9ff3cd421e431adf86391ea.tar.gz |
doc: Fix typo.
This is a follow-up to c39491829a0c1d870f8133b8f7a699152fc71503
* doc/guix.texi (Invoking guix refresh): Fix texinfo markup
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 514ee3e6a8..f86a2885a7 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -7588,8 +7588,8 @@ List all the packages which one or more packages depend upon. @example $ guix refresh --list-transitive flex -flex@2.6.4 depends on the following 25 packages: perl@5.28.0 help2man@1.47.6 -bison@3.0.5 indent@2.2.10 tar@1.30 gzip@1.9 bzip2@1.0.6 xz@5.2.4 file@5.33 @dote{} +flex@@2.6.4 depends on the following 25 packages: perl@@5.28.0 help2man@@1.47.6 +bison@@3.0.5 indent@@2.2.10 tar@@1.30 gzip@@1.9 bzip2@@1.0.6 xz@@5.2.4 file@@5.33 @dots{} @end example @end table |