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
This commit is contained in:
Alexey Dokuchaev 2018-12-27 08:48:54 +00:00
parent 218ae8fd6c
commit 2cb73efc0d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=342550

View file

@ -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.