]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Fix minor syntax error (non-escaped characters).
authorrobertmh <robertmh@localhost>
Tue, 29 Jun 2004 17:45:21 +0000 (17:45 +0000)
committerrobertmh <robertmh@localhost>
Tue, 29 Jun 2004 17:45:21 +0000 (17:45 +0000)
ChangeLog
util/grub-set-default.in

index 8ebef91670ad35ed0a6bf8378e5e8addf80b814f..b4af5cee1ee44eb60e9801e1afe960c72d7397b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-06-29  Robert Millan  <robertmh@gnu.org>
+
+       * util/grub-set-default.in: Fix minor syntax error (non-escaped
+       characters).
+
 2004-06-24  Robert Millan  <robertmh@gnu.org>
 
        Fixes for FHS compliance. (/usr/share is for arch-independant data)
index 1c7fdc38165bcf179903346ad7a56a0d29c3951a..dc5b783fd5e010bb519482c27b36c65cf547b7fe 100644 (file)
@@ -35,7 +35,7 @@ Set the default boot entry for GRUB.
   -v, --version           print the version information and exit
   --root-directory=DIR    Use the directory DIR instead of the root directory
 
-ENTRY is a number or the special keyword \`default'.
+ENTRY is a number or the special keyword \`default\'.
 
 Report bugs to <bug-grub@gnu.org>.
 EOF
@@ -106,7 +106,7 @@ $entry
 #
 #
 # WARNING: If you want to edit this file directly, do not remove any line
-# from this file, including this warning. Using `grub-set-default' is
+# from this file, including this warning. Using \`grub-set-default\' is
 # strongly recommended.
 EOF