From bc5a04f7983eea70731fb81497ee115dfa7736ad Mon Sep 17 00:00:00 2001 From: Liav A Date: Fri, 24 Sep 2021 05:28:57 +0300 Subject: [PATCH] Base: Fix typo in boot_parameters(7) manual page --- Base/usr/share/man/man7/boot_parameters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Base/usr/share/man/man7/boot_parameters.md b/Base/usr/share/man/man7/boot_parameters.md index 0a43066088e..cec7d2e44df 100644 --- a/Base/usr/share/man/man7/boot_parameters.md +++ b/Base/usr/share/man/man7/boot_parameters.md @@ -16,7 +16,7 @@ trailer can be omitted for specific parameters. List of options: * **`acpi`** - This parameter expects one of the following values. **`on`** - Boot with full ACPI support, using ACPI - Machine Language interpretation (default). **`limited`** - Booth with limited ACPI support. **`off`** - Don't initialize ACPI at all. + Machine Language interpretation (default). **`limited`** - Boot with limited ACPI support. **`off`** - Don't initialize ACPI at all. * **`ahci_reset_mode`** - This parameter expects one of the following values. **`controller`** - Reset just the AHCI controller on boot. **`none`** - Don't perform any AHCI reset. **`complete`** - Reset the AHCI controller, and all AHCI ports on boot.