Date: Fri, 25 Sep 2015 22:08:21 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r288236 - stable/10/usr.sbin/acpi/acpiconf Message-ID: <201509252208.t8PM8LjN074388@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509252208.t8PM8LjN074388>