mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
doc: guix: Fix grammar in "Debugging Build Failures"
* doc/guix.texi (Debugging Build Failures): Fix grammar. Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
This commit is contained in:
parent
58a361fef4
commit
f4f4aa628a
1 changed files with 1 additions and 1 deletions
|
@ -8830,7 +8830,7 @@ $ guix environment --no-grafts -C foo --ad-hoc strace gdb
|
||||||
Here, @command{guix environment -C} creates a container and spawns a new
|
Here, @command{guix environment -C} creates a container and spawns a new
|
||||||
shell in it (@pxref{Invoking guix environment}). The @command{--ad-hoc
|
shell in it (@pxref{Invoking guix environment}). The @command{--ad-hoc
|
||||||
strace gdb} part adds the @command{strace} and @command{gdb} commands to
|
strace gdb} part adds the @command{strace} and @command{gdb} commands to
|
||||||
the container, which would may find handy while debugging. The
|
the container, which you may find handy while debugging. The
|
||||||
@option{--no-grafts} option makes sure we get the exact same
|
@option{--no-grafts} option makes sure we get the exact same
|
||||||
environment, with ungrafted packages (@pxref{Security Updates}, for more
|
environment, with ungrafted packages (@pxref{Security Updates}, for more
|
||||||
info on grafts).
|
info on grafts).
|
||||||
|
|
Loading…
Reference in a new issue