doc: Fix typos.
Reported by ozzloy on #guix. * doc/guix.texi (package Reference): Add missing space. (G-Expressions, Invoking guix build): (Common Build Options): Fix typos.
This commit is contained in:
parent
9e786e8ba8
commit
b789974954
|
@ -3907,7 +3907,7 @@ like this:
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
In this example, the resulting @file{/gnu/store/@dots{}-profile.sh} file
|
In this example, the resulting @file{/gnu/store/@dots{}-profile.sh} file
|
||||||
will references @var{coreutils}, @var{grep}, and @var{sed}, thereby
|
will reference @var{coreutils}, @var{grep}, and @var{sed}, thereby
|
||||||
preventing them from being garbage-collected during its lifetime.
|
preventing them from being garbage-collected during its lifetime.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
|
@ -4008,7 +4008,7 @@ for among the GNU distribution modules (@pxref{Package Modules}).
|
||||||
|
|
||||||
Alternatively, the @code{--expression} option may be used to specify a
|
Alternatively, the @code{--expression} option may be used to specify a
|
||||||
Scheme expression that evaluates to a package; this is useful when
|
Scheme expression that evaluates to a package; this is useful when
|
||||||
disambiguation among several same-named packages or package variants is
|
disambiguating among several same-named packages or package variants is
|
||||||
needed.
|
needed.
|
||||||
|
|
||||||
There may be zero or more @var{options}. The available options are
|
There may be zero or more @var{options}. The available options are
|
||||||
|
@ -4040,7 +4040,7 @@ the command-line tools.
|
||||||
|
|
||||||
@item --keep-failed
|
@item --keep-failed
|
||||||
@itemx -K
|
@itemx -K
|
||||||
Keep the build tree of failed builds. Thus, if a build fail, its build
|
Keep the build tree of failed builds. Thus, if a build fails, its build
|
||||||
tree is kept under @file{/tmp}, in a directory whose name is shown at
|
tree is kept under @file{/tmp}, in a directory whose name is shown at
|
||||||
the end of the build log. This is useful when debugging build issues.
|
the end of the build log. This is useful when debugging build issues.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue