From 274b0d3fc101b46424f4fd71307d600d3ce515ce Mon Sep 17 00:00:00 2001 From: Juergen Hoetzel Date: Thu, 24 Jun 2021 19:42:57 +0200 Subject: [PATCH] docs: EFI separator needs to be backslash-escaped in markdown --- docs/BOOT_LOADER_SPECIFICATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BOOT_LOADER_SPECIFICATION.md b/docs/BOOT_LOADER_SPECIFICATION.md index e0ac90bb9f..b87246ede1 100644 --- a/docs/BOOT_LOADER_SPECIFICATION.md +++ b/docs/BOOT_LOADER_SPECIFICATION.md @@ -210,7 +210,7 @@ Note that these configurations snippets do not need to be the only configuration 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). -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. +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. ## Logic