diff options
author | Liav A <liavalb@gmail.com> | 2021-09-24 05:28:57 +0300 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2021-09-24 03:55:28 +0000 |
commit | bc5a04f7983eea70731fb81497ee115dfa7736ad (patch) | |
tree | 3db31b29b385c5d7f431660a4d30488965f2780a /Base | |
parent | c8c94aa13d20e3f8a59cf775dd2f599757a23216 (diff) | |
download | serenity-bc5a04f7983eea70731fb81497ee115dfa7736ad.zip |
Base: Fix typo in boot_parameters(7) manual page
Diffstat (limited to 'Base')
-rw-r--r-- | Base/usr/share/man/man7/boot_parameters.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/usr/share/man/man7/boot_parameters.md b/Base/usr/share/man/man7/boot_parameters.md index 0a43066088..cec7d2e44d 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. |