* 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>
|
2013-10-10 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* conf/Makefile.extra-dist: Fix extra-dist list.
|
* 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
|
On Windows we use UNC path. For volumes it's typically
|
||||||
|
|
||||||
@example
|
@example
|
||||||
\\?\Volume{<GUID>}
|
\\?\Volume@{<GUID>@}
|
||||||
\\?\<drive letter>:
|
\\?\<drive letter>:
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
E.g.
|
E.g.
|
||||||
|
|
||||||
@example
|
@example
|
||||||
\\?\Volume{17f34d50-cf64-4b02-800e-51d79c3aa2ff}
|
\\?\Volume@{17f34d50-cf64-4b02-800e-51d79c3aa2ff@}
|
||||||
\\?\C:
|
\\?\C:
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue