diff options
author | Victor Lowther <victor.lowther@gmail.com> | 2009-12-07 19:10:55 -0600 |
---|---|---|
committer | Victor Lowther <victor.lowther@gmail.com> | 2009-12-07 19:10:55 -0600 |
commit | d1ebbc409abd43c1b8a96640516aff48f2492027 (patch) | |
tree | 01767c74f414a771fca42059b9ec3ab4fd34d821 | |
parent | 09da44bedc97ddd75e77ed87b7a057dc21e01a38 (diff) |
Updated pm-action documentation to describe the new return values.
-rw-r--r-- | man/pm-action.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/pm-action.xml b/man/pm-action.xml index cf6e4c3..cb06296 100644 --- a/man/pm-action.xml +++ b/man/pm-action.xml @@ -503,6 +503,17 @@ </variablelist> </refsect1> + + <refsect1 id="return values"> + <title>RETURN VALUES</title> + <para> + Return values less than 128 mean that pm-action failed before trying to + put the system in the requested power saving state. A return value + of 128 means that we tried to put the machine in the requested power state + but failed. A return value greater than 128 means we encountered an error + and we also failed to enter the requested power saving state. + </para> + </refsect1> <refsect1 id="debugging"> <title>DEBUGGING</title> <para> |