summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorLiav A <liavalb@gmail.com>2021-09-24 05:27:49 +0300
committerBrian Gianforcaro <b.gianfo@gmail.com>2021-09-24 03:55:28 +0000
commitc8c94aa13d20e3f8a59cf775dd2f599757a23216 (patch)
tree83defd3cfcc2a1888ad4d1aa28e719f0a8a8f9f6 /Base
parenta59010bd97cb74713b338822a983f8d42e05b549 (diff)
downloadserenity-c8c94aa13d20e3f8a59cf775dd2f599757a23216.zip
Base: Remove mentioned pci_ecam per-device option from boot_paramters(7)
This option was removed and can't be used anymore.
Diffstat (limited to 'Base')
-rw-r--r--Base/usr/share/man/man7/boot_parameters.md2
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 e54275f59a..0a43066088 100644
--- a/Base/usr/share/man/man7/boot_parameters.md
+++ b/Base/usr/share/man/man7/boot_parameters.md
@@ -49,7 +49,7 @@ List of options:
* **`init_args`** - This parameter expects a set of arguments to pass to the **`init`** program.
The value should be a set of strings separated by `,` characters.
-* **`pci_ecam`** - This parameter expects **`on`** or **`off`**, or **`per-device`**.
+* **`pci_ecam`** - This parameter expects **`on`** or **`off`**.
* **`root`** - This parameter configures the device to use as the root file system. It defaults to **`/dev/hda`** if unspecified.