[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: doc: guix: Fix grammar in "Debugging Build Failur
From: |
guix-commits |
Subject: |
branch master updated: doc: guix: Fix grammar in "Debugging Build Failures" |
Date: |
Mon, 27 Apr 2020 12:24:41 -0400 |
This is an automated email from the git hooks/post-receive script.
niedzejkob pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new f4f4aa6 doc: guix: Fix grammar in "Debugging Build Failures"
f4f4aa6 is described below
commit f4f4aa628a171aa5bc40b8e5cd04ed30d36fc2b7
Author: TomZ <address@hidden>
AuthorDate: Fri Apr 24 22:39:49 2020 +0200
doc: guix: Fix grammar in "Debugging Build Failures"
* doc/guix.texi (Debugging Build Failures): Fix grammar.
Signed-off-by: Jakub Kądziołka <address@hidden>
---
doc/guix.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 6613a4a..b4efc45 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -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
shell in it (@pxref{Invoking guix environment}). The @command{--ad-hoc
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
environment, with ungrafted packages (@pxref{Security Updates}, for more
info on grafts).
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: doc: guix: Fix grammar in "Debugging Build Failures",
guix-commits <=