diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-06-03 22:29:50 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-06-03 22:29:50 +0000 |
commit | f5392f2871f5e8568a104dea0fe20a11ed355514 (patch) | |
tree | 3b56bbd0e9205585b8137a77508ab231046472bc /usr.sbin/acpid/acpid.8 | |
parent | 30332b58b308ab6ba5f27c82848c59bee2e4eece (diff) |
various tweaks;
ok tholo@
Diffstat (limited to 'usr.sbin/acpid/acpid.8')
-rw-r--r-- | usr.sbin/acpid/acpid.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/acpid/acpid.8 b/usr.sbin/acpid/acpid.8 index 99343062685..fd0ec874f73 100644 --- a/usr.sbin/acpid/acpid.8 +++ b/usr.sbin/acpid/acpid.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: acpid.8,v 1.1 2005/06/02 20:09:39 tholo Exp $ +.\" $OpenBSD: acpid.8,v 1.2 2005/06/03 22:29:48 jmc Exp $ .\" .\" Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com> .\" @@ -26,7 +26,7 @@ .Sh DESCRIPTION .Nm monitors the advanced configuration and power interface (ACPI) device, -acting of signaled events. +acting on signaled events. For suspend and poweroff request events delivered by the BIOS, .Nm runs the appropriate program (if one exists). @@ -56,8 +56,8 @@ for execution by the function. If you wish to have the same program or script control all transitions, it may determine which transition is in progress by examining its -.Va argv[0] -which is set to one of +.Va argv[0] , +which should be set to one of .Ar suspend and .Ar powerdown . |