Fix minor syntax error (non-escaped characters).

This commit is contained in:
robertmh 2004-06-29 17:45:21 +00:00
parent 01eb2cd1f4
commit b929761836
2 changed files with 7 additions and 2 deletions

View file

@ -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)

View 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