Selaa lähdekoodia

Base: Fix typo in boot_parameters(7) manual page

Liav A 3 vuotta sitten
vanhempi
commit
bc5a04f798
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Base/usr/share/man/man7/boot_parameters.md

+ 1 - 1
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.