summaryrefslogtreecommitdiff
path: root/docs/BOOT_LOADER_SPECIFICATION.md
diff options
context:
space:
mode:
authorJuergen Hoetzel <juergen@hoetzel.info>2021-06-24 19:42:57 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-06-24 20:09:52 +0200
commit274b0d3fc101b46424f4fd71307d600d3ce515ce (patch)
tree24c3fce8b281e7ff8eac451da5a054ce9d14e52e /docs/BOOT_LOADER_SPECIFICATION.md
parenteb70d9450c485bcf744d3aa780f1aa6737778df5 (diff)
downloadsystemd-274b0d3fc101b46424f4fd71307d600d3ce515ce.tar.gz
docs: EFI separator needs to be backslash-escaped in markdown
Diffstat (limited to 'docs/BOOT_LOADER_SPECIFICATION.md')
-rw-r--r--docs/BOOT_LOADER_SPECIFICATION.md2
1 files changed, 1 insertions, 1 deletions
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