diff options
author | Roberto Ricci <io@r-ricci.it> | 2023-11-05 19:30:25 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2023-11-05 22:04:29 +0100 |
commit | 32893ea380f756534c919d2b4d2c47cd9242eaa0 (patch) | |
tree | 0bb17682616f77b06b5ac91cd587d323ba055c9a | |
parent | 329b891426efc093ad8c65e96364427c2fb25b54 (diff) | |
download | runit-void-32893ea380f756534c919d2b4d2c47cd9242eaa0.tar.gz runit-void-32893ea380f756534c919d2b4d2c47cd9242eaa0.tar.xz runit-void-32893ea380f756534c919d2b4d2c47cd9242eaa0.zip |
Also mention ZZZ_HIBERNATE_MODE
-rw-r--r-- | zzz.8 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/zzz.8 b/zzz.8 index 3fd4f52..c147e99 100644 --- a/zzz.8 +++ b/zzz.8 @@ -54,8 +54,20 @@ The environment variable can be used in these hooks to differentiate between .Ic standby , .Ic suspend , +.Ic resume , and -.Ic resume . +.Ic hibernate . +If the value is +.Ic hibernate , +then +.Ev +ZZZ_HIBERNATE_MODE +can be used to differentiate between +.Ic platform , +.Ic reboot , +and +.Ic suspend +hibernation modes. .Sh DIAGNOSTICS .Bl -tag -width indent .It suspend/hibernate not supported |