summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2008-11-28 16:15:15 -0600
committerVictor Lowther <victor.lowther@gmail.com>2008-11-30 18:21:02 -0600
commit493224b1beeac0154807bcb1ac8a3007a46c435b (patch)
treef62b71e81c96e60278a92e46fb4a682ac324ab80 /man
parent6eb53f4de576e9a569d9019f3398c23438c2cfa5 (diff)
90clock takes over a second to run on suspend.
Most systems do not need it. Add NEED_CLOCK_SYNC, and only run hwclock if it is set. This will probably go away entirely in a later release.
Diffstat (limited to 'man')
-rw-r--r--man/pm-action.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/man/pm-action.xml b/man/pm-action.xml
index 964676f..a6e064c 100644
--- a/man/pm-action.xml
+++ b/man/pm-action.xml
@@ -486,7 +486,20 @@
will be surrounded by [square brackets].
</para>
</listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><envar>NEED_CLOCK_SYNC</envar></term>
+ <listitem>
+ <para>
+ If your system clock drifts across a suspend/resume or
+ hiberante/thaw cycle, you should set this to true.
+ This will cause pm-utils to synchronize the system clock
+ whenever we go through a sleep/wake cycle at the expense of
+ making suspend/resume take longer.
+ </para>
+ </listitem>
</varlistentry>
+
</variablelist>
</refsect1>