svn commit: r288236 - stable/10/usr.sbin/acpi/acpiconf
Jung-uk Kim
jkim at FreeBSD.org
Fri Sep 25 22:08:21 UTC 2015
Author: jkim
Date: Fri Sep 25 22:08:20 2015
New Revision: 288236
URL: https://svnweb.freebsd.org/changeset/base/288236
Log:
MFC: r267248, r267260, r267261, r267320
Document 'k' option for acpiconf(8).
Modified:
stable/10/usr.sbin/acpi/acpiconf/acpiconf.8
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/usr.sbin/acpi/acpiconf/acpiconf.8
==============================================================================
--- stable/10/usr.sbin/acpi/acpiconf/acpiconf.8 Fri Sep 25 21:04:31 2015 (r288235)
+++ stable/10/usr.sbin/acpi/acpiconf/acpiconf.8 Fri Sep 25 22:08:20 2015 (r288236)
@@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 16, 2004
+.Dd June 10, 2014
.Dt ACPICONF 8
.Os
.Sh NAME
@@ -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,9 @@ 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.
+.Sy Most users should not use this option directly.
.It Fl s Ar type
Enters the specified sleep mode.
Recognized types are
More information about the svn-src-stable
mailing list