diff options
| -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 |
