diff options
author | Tom Saeger <tom.saeger@oracle.com> | 2017-10-12 15:24:05 -0500 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-10-19 12:57:58 -0600 |
commit | 4493c1f01b139192e2490457577dccff227987b7 (patch) | |
tree | f5deca6c8dcf80b53d3c8c8f64067d34f4dcfeb5 /Documentation/power | |
parent | bb93e01b13821852a41f01b124cc71e94f5d3811 (diff) | |
download | linux-next-4493c1f01b139192e2490457577dccff227987b7.tar.gz |
Documentation: fix ref to power basic-pm-debugging
Signed-off-by: Tom Saeger <tom.saeger@oracle.com>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/power')
-rw-r--r-- | Documentation/power/interface.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/power/interface.txt b/Documentation/power/interface.txt index 7dc75f48e8bd..27df7f98668a 100644 --- a/Documentation/power/interface.txt +++ b/Documentation/power/interface.txt @@ -43,7 +43,7 @@ The currently selected option is printed in square brackets. The 'platform' option is only available if the platform provides a special mechanism to put the system to sleep after creating a hibernation image (ACPI does that, for example). The 'suspend' option is available if Suspend-to-RAM -is supported. Refer to Documentation/power/basic_pm_debugging.txt for the +is supported. Refer to Documentation/power/basic-pm-debugging.txt for the description of the 'test_resume' option. To select an option, write the string representing it to /sys/power/disk. |