diff options
author | 2000-11-10 17:57:00 +0000 | |
---|---|---|
committer | 2000-11-10 17:57:00 +0000 | |
commit | 3c189a6984e6497d5e039bdba2897116165829e7 (patch) | |
tree | 0d431f4f34b60b4cfdd4108332c35f8be3bd51f8 | |
parent | Use .Nm instead of spelling out "cpio". (diff) | |
download | wireguard-openbsd-3c189a6984e6497d5e039bdba2897116165829e7.tar.xz wireguard-openbsd-3c189a6984e6497d5e039bdba2897116165829e7.zip |
reflect reality
-rw-r--r-- | share/man/man9/dopowerhooks.9 | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/share/man/man9/dopowerhooks.9 b/share/man/man9/dopowerhooks.9 index f9961d882c6..41fd7afab95 100644 --- a/share/man/man9/dopowerhooks.9 +++ b/share/man/man9/dopowerhooks.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dopowerhooks.9,v 1.1 2000/07/01 14:45:45 aaron Exp $ +.\" $OpenBSD: dopowerhooks.9,v 1.2 2000/11/10 17:57:00 espie Exp $ .\" .\" Copyright (c) 2000 Aaron Campbell .\" All rights reserved. @@ -44,8 +44,16 @@ The function invokes all power hooks established using the .Xr powerhook_establish 9 function. -Power hooks are called in reverse order, i.e., the power hook established -last will be called first. +At +.Dq suspend +and +.Dq standby +time, power hooks are called in reverse order, i.e., +the power hook established last will be called first. +At +.Dq resume +time, power hooks are called in order, i.e., the power hook +established first will be called first. .Pp This routine is called from the .Xr apm 4 |