Commit 6585fa8a authored by Stefan Richter's avatar Stefan Richter Committed by Adrian Bunk

Doc/kernel-parameters.txt: slightly reword sentence about restrictions

The previous patch somewhat diverted the train of thought.
Here I am trying to bring the valued reader back on track.
Signed-off-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent a901ebb9
...@@ -24,9 +24,10 @@ reveal their parameters in /sys/module/${modulename}/parameters/. Some of these ...@@ -24,9 +24,10 @@ reveal their parameters in /sys/module/${modulename}/parameters/. Some of these
parameters may be changed at runtime by the command parameters may be changed at runtime by the command
"echo -n ${value} > /sys/module/${modulename}/parameters/${parm}". "echo -n ${value} > /sys/module/${modulename}/parameters/${parm}".
The text in square brackets at the beginning of the description states the The parameters listed below are only valid if certain kernel build options were
restrictions on the kernel for the said kernel parameter to be valid. The enabled and if respective hardware is present. The text in square brackets at
restrictions referred to are that the relevant option is valid if: the beginning of each description states the restrictions within which a
parameter is applicable:
ACPI ACPI support is enabled. ACPI ACPI support is enabled.
ALSA ALSA sound support is enabled. ALSA ALSA sound support is enabled.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment