summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2020-04-30 17:17:46 -0400
committerLeo Famulari <leo@famulari.name>2020-04-30 17:22:01 -0400
commit6c7a39c45e8b31279e0dc9d85f0af71f9a225f85 (patch)
tree0237fc9737392f1b6e476ef3ae51d3be7a8434c1
parentac4fefb2983aff5e5972b4279aee5296a08aab6a (diff)
downloadpatches-6c7a39c45e8b31279e0dc9d85f0af71f9a225f85.tar
patches-6c7a39c45e8b31279e0dc9d85f0af71f9a225f85.tar.gz
doc: Bootloader Configuration: Fix an obsolete example.
Reported by rawmat on #guix. * doc/guix.texi (Bootloader Configuration): Replace 'grub-configuration' with 'bootloader-configuration'.
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index d0592220a7..26b4652f67 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -26599,7 +26599,7 @@ like
@lisp
(bootloader
- (grub-configuration
+ (bootloader-configuration
;; @dots{}
(theme (grub-theme
(inherit %default-theme)