diff options
| author | Florian Pelz <pelzflorian@pelzflorian.de> | 2026-05-31 21:53:46 +0200 |
|---|---|---|
| committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2026-06-01 01:22:15 +0200 |
| commit | e7c5e1efe36c8e7f652d02a914ea4537f474c68a (patch) | |
| tree | f1cee72940b8abd2d8677fa7f71946668206035a /doc | |
| parent | 0cb1573f5ed7b620825d5c39cb2e196a607fcdd4 (diff) | |
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
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guix.texi | 6 |
1 files changed, 3 insertions, 3 deletions
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 | |||
| 46066 | instantiated in its default configuration with: | 46066 | instantiated in its default configuration with: |
| 46067 | 46067 | ||
| 46068 | @lisp | 46068 | @lisp |
| 46069 | ;; This will scrub the root (@file{/}) filesystem. | 46069 | ;; This will scrub the root (/) filesystem. |
| 46070 | (service btrfs-scrub-service-type) | 46070 | (service btrfs-scrub-service-type) |
| 46071 | 46071 | ||
| 46072 | ;; This will scrub the @file{/gnu/store} filesystem (assuming it's a | 46072 | ;; This will scrub the /gnu/store filesystem (assuming it's a |
| 46073 | ;; different filesystem from @file{/}). | 46073 | ;; different filesystem from /). |
| 46074 | 46074 | ||
| 46075 | (service btrfs-scrub-service-type | 46075 | (service btrfs-scrub-service-type |
| 46076 | (btrfs-scrub-configuration | 46076 | (btrfs-scrub-configuration |
