mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
doc: Fix typo.
This is a follow-up to c39491829a
* doc/guix.texi (Invoking guix refresh): Fix texinfo markup
This commit is contained in:
parent
c39491829a
commit
b599fed5b0
1 changed files with 2 additions and 2 deletions
|
@ -7588,8 +7588,8 @@ List all the packages which one or more packages depend upon.
|
||||||
|
|
||||||
@example
|
@example
|
||||||
$ guix refresh --list-transitive flex
|
$ guix refresh --list-transitive flex
|
||||||
flex@2.6.4 depends on the following 25 packages: perl@5.28.0 help2man@1.47.6
|
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{}
|
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 example
|
||||||
|
|
||||||
@end table
|
@end table
|
||||||
|
|
Loading…
Reference in a new issue