diff options
| author | Ingo Molnar <mingo@kernel.org> | 2025-12-03 18:25:13 +0100 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2025-12-03 18:49:00 +0100 |
| commit | c7957da77708c74a95d60340c6d3c1a3617cd248 (patch) | |
| tree | 057add0dbaa0985784ba2dbab561a8723ca7b9fb | |
| parent | 33b4c26d4d3ccd24d9721a577671f2c73c1a7cd9 (diff) | |
x86/boot/Documentation: Spell 'ID' consistently
The bootloader ID specification text uses 2 capitalization
variants for the same thing: 'id', 'ids', 'ID' and 'IDs'.
Use 'ID/IDs' consistently.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: linux-kernel@vger.kernel.org
| -rw-r--r-- | Documentation/arch/x86/boot.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/arch/x86/boot.rst b/Documentation/arch/x86/boot.rst index 77e6163288db..b0f648b5c05b 100644 --- a/Documentation/arch/x86/boot.rst +++ b/Documentation/arch/x86/boot.rst @@ -416,7 +416,7 @@ Offset/size: 0x210/1 Protocol: 2.00+ ============ ================== - If your boot loader has an assigned id (see table below), enter + If your boot loader has an assigned ID (see table below), enter 0xTV here, where T is an identifier for the boot loader and V is a version number. Otherwise, enter 0xFF here. @@ -431,7 +431,7 @@ Protocol: 2.00+ ext_loader_type <- 0x05 ext_loader_ver <- 0x23 - Assigned boot loader ids (hexadecimal): + Assigned boot loader IDs (hexadecimal): == ======================================= 0 LILO |
