svn commit: r267248 - head/usr.sbin/acpi/acpiconf
Eitan Adler
eadler at FreeBSD.org
Mon Jun 9 01:54:01 UTC 2014
Author: eadler
Date: Mon Jun 9 01:54:00 2014
New Revision: 267248
URL: http://svnweb.freebsd.org/changeset/base/267248
Log:
acpiconf(8): document 'k' option
Add missing documentation for the 'k' option based on reading the source
code.
Modified:
head/usr.sbin/acpi/acpiconf/acpiconf.8
Modified: head/usr.sbin/acpi/acpiconf/acpiconf.8
==============================================================================
--- head/usr.sbin/acpi/acpiconf/acpiconf.8 Mon Jun 9 01:39:47 2014 (r267247)
+++ head/usr.sbin/acpi/acpiconf/acpiconf.8 Mon Jun 9 01:54:00 2014 (r267248)
@@ -37,6 +37,7 @@
.Nm
.Op Fl h
.Op Fl i Ar batt
+.Op Fl k Ar ack
.Op Fl s Ar type
.Sh DESCRIPTION
The
@@ -49,6 +50,8 @@ The following command-line options are r
Displays a summary of available options.
.It Fl i Ar batt
Get design information about the specified battery.
+.It Fl k Ar ack
+Ack or abort a pending suspend request using the argument provided.
.It Fl s Ar type
Enters the specified sleep mode.
Recognized types are
More information about the svn-src-all
mailing list