Skip to content

Commit 274b0d3

Browse files
juergenhoetzelkeszybz
authored andcommitted
docs: EFI separator needs to be backslash-escaped in markdown
1 parent eb70d94 commit 274b0d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/BOOT_LOADER_SPECIFICATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Note that these configurations snippets do not need to be the only configuration
210210

211211
To make this explicitly clear: this specification is designed with "free" operating systems in mind, starting Windows or macOS is out of focus with these configuration snippets, use boot-loader specific solutions for that. In the text above, if we say "OS" we hence imply "free", i.e. primarily Linux (though this could be easily be extended to the BSDs and whatnot).
212212

213-
Note that all paths used in the configuration snippets use a Unix-style "/" as path separator. This needs to be converted to an EFI-style "\" separator in EFI boot loaders.
213+
Note that all paths used in the configuration snippets use a Unix-style "/" as path separator. This needs to be converted to an EFI-style "\\" separator in EFI boot loaders.
214214

215215

216216
## Logic

0 commit comments

Comments
 (0)