diff --git a/ChangeLog b/ChangeLog index 7488735f9..c22e18ec1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-10-10 Vladimir Serbinenko + + * docs/grub.texi: Fix problem with braces. + 2013-10-10 Vladimir Serbinenko * conf/Makefile.extra-dist: Fix extra-dist list. diff --git a/docs/grub.texi b/docs/grub.texi index fe577aabc..7a66314df 100644 --- a/docs/grub.texi +++ b/docs/grub.texi @@ -577,14 +577,14 @@ E.g. On Windows we use UNC path. For volumes it's typically @example -\\?\Volume{} +\\?\Volume@{@} \\?\: @end example E.g. @example -\\?\Volume{17f34d50-cf64-4b02-800e-51d79c3aa2ff} +\\?\Volume@{17f34d50-cf64-4b02-800e-51d79c3aa2ff@} \\?\C: @end example