svn commit: r342550 - head/usr.sbin/acpi/acpiconf

Alexey Dokuchaev danfe at FreeBSD.org
Thu Dec 27 08:48:55 UTC 2018


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.


More information about the svn-src-all mailing list