diff options
author | Michael Hayes <mike@aiinc.ca> | 2006-04-01 03:49:22 +0400 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-04-01 03:49:22 +0400 |
commit | 409ca8c8ae3173026e7dfbdcdab669766e43fb60 (patch) | |
tree | 31a84c20d96b8b80b0bdd19f066e99a5ea38065e /Documentation | |
parent | 3d79c33bbd1dd12d420fd84facfd0ba96261e595 (diff) | |
download | linux-409ca8c8ae3173026e7dfbdcdab669766e43fb60.tar.xz |
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')
-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 744f1aec6553..38040fa37649 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. |