summaryrefslogtreecommitdiff
path: root/share/man/man9
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2000-11-10 17:57:01 +0000
committerMarc Espie <espie@cvs.openbsd.org>2000-11-10 17:57:01 +0000
commitf86276552fef287389316ee45b3eb4836ce6d990 (patch)
treea2c4306005908be04d5c47f53493661d11b68d62 /share/man/man9
parent824b5fad13abf2ef4e32be4a26c1f83dcf30ad7f (diff)
reflect reality
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/dopowerhooks.914
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