summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2026-01-18 19:05:51 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-19 18:52:31 +0100
commit2e2f80fababb1051e27d48e82893c3dee26fe14d (patch)
tree8d6e3f8415dfb88bdf77140c9cb718c0eacacd83
parentb12d80aec39ed5241b6bb26eaec82a559093a7fb (diff)
doc: Use markup for commands in “Upgrading Guix”.
This is a followup to d5cf3b5defa8e224194ac0b195eb07fcb9d27a02. * doc/guix.texi (Upgrading Guix): Use markup for commands. Change-Id: I0b751ddc7f0e8e57813be23c809c23ade1e6cbd1 Signed-off-by: Rutherther <rutherther@ditigal.xyz> Merges: #5724
-rw-r--r--doc/guix.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 2e262edb6c2..954b7a62653 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -2149,8 +2149,9 @@ systemctl restart guix-daemon.service
While this works for @file{guix-install.sh}, it will most likely not
work if you installed Guix through the package manager of another
-distribution (for instance with sudo apt install guix, pacman -S guix,
-etc) because on many distributions @file{guix-daemon.service} will only
+distribution (for instance with @command{sudo apt install guix},
+@command{pacman -S guix}, or similar commands)
+because on many distributions @file{guix-daemon.service} will only
run the Guix daemon provided by the distribution.
Waiting for your distribution to provide security fixes sometimes work,