* docs/grub.texi: Fix problem with braces.
This commit is contained in:
parent
2b1d3e72ab
commit
9be1c25578
2 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue