:: commit b79073211e8acb300383e1e91f5150a0a8f33cf0

Mintsuki <mintsuki@protonmail.com> — 2025-03-12 00:17

parents: 3c517ae1fc

docs: PROTOCOL.md: Break up extremely long line

diff --git a/PROTOCOL.md b/PROTOCOL.md
index 8b55099e..271c2239 100644
--- a/PROTOCOL.md
+++ b/PROTOCOL.md
@@ -1105,7 +1105,10 @@ the executable.
 * `string` - String associated with the given module.
 * `flags` - Flags changing module loading behaviour:
   - `LIMINE_INTERNAL_MODULE_REQUIRED`: Fail if the requested module is not found.
-  - `LIMINE_INTERNAL_MODULE_COMPRESSED`: Deprecated. Bootloader may not support it and panic instead (from Limine 8.x onwards). Alternatively: the module is GZ-compressed and should be decompressed by the bootloader. This is honoured if the response is revision 2 or greater.
+  - `LIMINE_INTERNAL_MODULE_COMPRESSED`: Deprecated. Bootloader may not support
+    it and panic instead (from Limine 8.x onwards). Alternatively: the module
+    is GZ-compressed and should be decompressed by the bootloader. This is
+    honoured if the response is revision 2 or greater.
 
 Internal Limine modules are guaranteed to be loaded *before* user-specified
 (configuration) modules, and thus they are guaranteed to appear before user-specified
tab: 248 wrap: offon