[PATCH] doc: Update path for gcroots.

  • Done
  • quality assurance status badge
Details
2 participants
  • Jonathan Brielmaier
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Jonathan Brielmaier
Severity
normal

Debbugs page

Jonathan Brielmaier wrote 4 years ago
(address . guix-patches@gnu.org)
20201013191139.31881-1-jonathan.brielmaier@web.de
* doc/cuirass.texi (Invoking cuirass): Update path for gcroots.
---
doc/cuirass.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (13 lines)
diff --git a/doc/cuirass.texi b/doc/cuirass.texi
index c6f64c9..00baf4a 100644
--- a/doc/cuirass.texi
+++ b/doc/cuirass.texi
@@ -221,7 +221,7 @@ instructs it to keep those GC roots live for at least @var{duration}---e.g.,
30 days.

Those GC roots are typically stored in
-@file{/var/guix/gcroots/per-user/@var{user}/cuirass}, where @var{user} is the
+@file{/var/guix/gcroots/profiles/per-user/@var{user}/cuirass}, where @var{user} is the
user under which Cuirass is running.

@item --port=@var{num}
--
2.28.0
Mathieu Othacehe wrote 4 years ago
(name . Jonathan Brielmaier)(address . jonathan.brielmaier@web.de)(address . 43981-done@debbugs.gnu.org)
87ft6hud8h.fsf@gnu.org
Toggle quote (2 lines)
> * doc/cuirass.texi (Invoking cuirass): Update path for gcroots.

Applied, thanks!

Mathieu
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 43981@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 43981
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help