diff options
author | Michael Hayes <mike@aiinc.ca> | 2006-04-01 01:49:22 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-04-01 01:49:22 +0200 |
commit | 409ca8c8ae3173026e7dfbdcdab669766e43fb60 (patch) | |
tree | 31a84c20d96b8b80b0bdd19f066e99a5ea38065e /Documentation/acpi-hotkey.txt | |
parent | 3d79c33bbd1dd12d420fd84facfd0ba96261e595 (diff) | |
download | linux-3.10-409ca8c8ae3173026e7dfbdcdab669766e43fb60.tar.gz linux-3.10-409ca8c8ae3173026e7dfbdcdab669766e43fb60.tar.bz2 linux-3.10-409ca8c8ae3173026e7dfbdcdab669766e43fb60.zip |
Fix minor documentation typo
This patch fixes a minor typo in Documentation/acpi-hotkey.txt.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'Documentation/acpi-hotkey.txt')
-rw-r--r-- | Documentation/acpi-hotkey.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/acpi-hotkey.txt b/Documentation/acpi-hotkey.txt index 744f1aec655..38040fa3764 100644 --- a/Documentation/acpi-hotkey.txt +++ b/Documentation/acpi-hotkey.txt @@ -30,7 +30,7 @@ specific hotkey(event)) echo "event_num:event_type:event_argument" > /proc/acpi/hotkey/action. The result of the execution of this aml method is -attached to /proc/acpi/hotkey/poll_method, which is dnyamically +attached to /proc/acpi/hotkey/poll_method, which is dynamically created. Please use command "cat /proc/acpi/hotkey/polling_method" to retrieve it. |