From e7c5e1efe36c8e7f652d02a914ea4537f474c68a Mon Sep 17 00:00:00 2001 From: Florian Pelz Date: Sun, 31 May 2026 21:53:46 +0200 Subject: doc: Fix building the HTML manual. Follow-up to commit 3b7fd1e76698. * doc/guix.texi (Linux Services): Don't use @file inside @lisp. Change-Id: Ia77e38453c145bb35cab907da342a652076c9160 --- doc/guix.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/guix.texi b/doc/guix.texi index 96f573f3da5..1e3c6ffb229 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -46066,11 +46066,11 @@ certain device, whose value must be an instantiated in its default configuration with: @lisp -;; This will scrub the root (@file{/}) filesystem. +;; This will scrub the root (/) filesystem. (service btrfs-scrub-service-type) -;; This will scrub the @file{/gnu/store} filesystem (assuming it's a -;; different filesystem from @file{/}). +;; This will scrub the /gnu/store filesystem (assuming it's a +;; different filesystem from /). (service btrfs-scrub-service-type (btrfs-scrub-configuration -- cgit v1.2.3