diff --git a/ChangeLog b/ChangeLog index 8ebef9167..b4af5cee1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-06-29 Robert Millan + + * util/grub-set-default.in: Fix minor syntax error (non-escaped + characters). + 2004-06-24 Robert Millan Fixes for FHS compliance. (/usr/share is for arch-independant data) diff --git a/util/grub-set-default.in b/util/grub-set-default.in index 1c7fdc381..dc5b783fd 100644 --- a/util/grub-set-default.in +++ b/util/grub-set-default.in @@ -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 . 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