Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jun 2014 01:54:01 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r267248 - head/usr.sbin/acpi/acpiconf
Message-ID:  <201406090154.s591s18T091857@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406090154.s591s18T091857>