From: Vladimir 'phcoder' Serbinenko Date: Thu, 10 Oct 2013 07:57:17 +0000 (+0200) Subject: * docs/grub.texi: Fix problem with braces. X-Git-Tag: grub-2.02-beta1~731 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9be1c25578ed8b05f72f5859dabf1dd2d69a6c0d;p=thirdparty%2Fgrub.git * docs/grub.texi: Fix problem with braces. --- 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