mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
doc: Fix typos.
Fixes a regression introduced in commit
f31f1acac2
.
Reported-by roptat on #guix.
* doc/guix.texi (Invoking guix build): Use "@@" instead of "@".
This commit is contained in:
parent
c695ed3cf5
commit
e1a65ae57a
1 changed files with 2 additions and 2 deletions
|
@ -4511,7 +4511,7 @@ guix build --quiet --keep-going \
|
|||
|
||||
@var{package-or-derivation} may be either the name of a package found in
|
||||
the software distribution such as @code{coreutils} or
|
||||
@code{coreutils@8.20}, or a derivation such as
|
||||
@code{coreutils@@8.20}, or a derivation such as
|
||||
@file{/gnu/store/@dots{}-coreutils-8.19.drv}. In the former case, a
|
||||
package with the corresponding name (and optionally version) is searched
|
||||
for among the GNU distribution modules (@pxref{Package Modules}).
|
||||
|
@ -5671,7 +5671,7 @@ single output for a package that could easily be split (@pxref{Packages
|
|||
with Multiple Outputs}). Such are the typical issues that
|
||||
@command{guix size} can highlight.
|
||||
|
||||
The command can be passed a package specification such as @code{gcc@4.8}
|
||||
The command can be passed a package specification such as @code{gcc@@4.8}
|
||||
or @code{guile:debug}, or a file name in the store. Consider this
|
||||
example:
|
||||
|
||||
|
|
Loading…
Reference in a new issue