doc: Fix typo.

This is a follow-up to c39491829a

* doc/guix.texi (Invoking guix refresh): Fix texinfo markup
This commit is contained in:
Efraim Flashner 2018-12-24 12:38:59 +02:00
parent c39491829a
commit b599fed5b0
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

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