From ecc4324fef26b5ba14031fe203ebdec1b2cd1fec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 6 Mar 2017 22:51:22 +0100 Subject: [PATCH] system: grub: Add missing URL in comment. * gnu/system/grub.scm (grub-root-search): Add missing URL in comment. --- gnu/system/grub.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/system/grub.scm b/gnu/system/grub.scm index b18b8be6d7..1f2cd08ff0 100644 --- a/gnu/system/grub.scm +++ b/gnu/system/grub.scm @@ -255,7 +255,7 @@ code." "" (match device ;; Preferably refer to DEVICE by its UUID or label. This is more - ;; efficient and less ambiguous, see <>. + ;; efficient and less ambiguous, see . ((? bytevector? uuid) (format #f "search --fs-uuid --set ~a" (uuid->string device)))