Date: Thu, 27 Dec 2018 08:48:54 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r342550 - head/usr.sbin/acpi/acpiconf Message-ID: <201812270848.wBR8msE0046562@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe (ports committer) Date: Thu Dec 27 08:48:54 2018 New Revision: 342550 URL: https://svnweb.freebsd.org/changeset/base/342550 Log: Amend the `-i batt' option description and explain that the battery is specified by its number (index), starting with zero. Previously, sometimes users would try to literally invoke `acpiconf -i batt' in their console and become confused as to why this did not work. Approved by: bcr (manpages) Differential Revision: https://reviews.freebsd.org/D18659 Modified: head/usr.sbin/acpi/acpiconf/acpiconf.8 Modified: head/usr.sbin/acpi/acpiconf/acpiconf.8 ============================================================================== --- head/usr.sbin/acpi/acpiconf/acpiconf.8 Thu Dec 27 08:29:05 2018 (r342549) +++ head/usr.sbin/acpi/acpiconf/acpiconf.8 Thu Dec 27 08:48:54 2018 (r342550) @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 27, 2018 +.Dd December 27, 2018 .Dt ACPICONF 8 .Os .Sh NAME @@ -49,7 +49,9 @@ The following command-line options are recognized: .It Fl h Displays a summary of available options. .It Fl i Ar batt -Get design information about the specified battery. +Get design information and current status of the battery specified +by its number, starting with +.Cm 0 . .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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812270848.wBR8msE0046562>