]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* docs/grub.texi: Fix problem with braces.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 10 Oct 2013 07:57:17 +0000 (09:57 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 10 Oct 2013 07:57:17 +0000 (09:57 +0200)
ChangeLog
docs/grub.texi

index 7488735f985a47db26a65444c4426815ba537d21..c22e18ec129570a65842324bba01ae4712b5b3b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-10-10  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * docs/grub.texi: Fix problem with braces.
+
 2013-10-10  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * conf/Makefile.extra-dist: Fix extra-dist list.
index fe577aabcd75068ea50ee02e2af82f95d10da87e..7a66314df37b362cc2b724c97df597cfa14e7cf2 100644 (file)
@@ -577,14 +577,14 @@ E.g.
 On Windows we use UNC path. For volumes it's typically
 
 @example
-\\?\Volume{<GUID>}
+\\?\Volume@{<GUID>@}
 \\?\<drive letter>:
 @end example
 
 E.g.
 
 @example
-\\?\Volume{17f34d50-cf64-4b02-800e-51d79c3aa2ff}
+\\?\Volume@{17f34d50-cf64-4b02-800e-51d79c3aa2ff@}
 \\?\C:
 @end example