Fix minor syntax error (non-escaped characters).
This commit is contained in:
parent
01eb2cd1f4
commit
b929761836
2 changed files with 7 additions and 2 deletions
|
@ -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>
|
2004-06-24 Robert Millan <robertmh@gnu.org>
|
||||||
|
|
||||||
Fixes for FHS compliance. (/usr/share is for arch-independant data)
|
Fixes for FHS compliance. (/usr/share is for arch-independant data)
|
||||||
|
|
|
@ -35,7 +35,7 @@ Set the default boot entry for GRUB.
|
||||||
-v, --version print the version information and exit
|
-v, --version print the version information and exit
|
||||||
--root-directory=DIR Use the directory DIR instead of the root directory
|
--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>.
|
Report bugs to <bug-grub@gnu.org>.
|
||||||
EOF
|
EOF
|
||||||
|
@ -106,7 +106,7 @@ $entry
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# WARNING: If you want to edit this file directly, do not remove any line
|
# 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.
|
# strongly recommended.
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue