1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
.TH "ACPI" "1"
.SH "NAME"
acpi - Shows battery status information
.SH "SYNOPSIS"
.PP
\fBacpi\fP [\fBoptions\fP]
.SH "DESCRIPTION"
.PP
\fBacpi\fP
Shows information from the /proc filesystem, such as battery status or
thermal information.
.PP
This manual page was written for the \fBDebian\fP distribution
because the original program does not have a manual page.
.SH "OPTIONS"
.IP "\fB-b | --battery\fP " 10
show battery information
.IP "\fB-B | --without-battery\fP " 10
suppress battery information
.IP "\fB-t | --thermal\fP " 10
show thermal information
.IP "\fB-T | --without-thermal\fP " 10
suppress thermal information
.IP "\fB-a | --ac-adapter\fP " 10
show ac adapter information
.IP "\fB-A | --without-ac-adapter\fP " 10
suppress ac-adapter information
.IP "\fB-V | --everything\fP " 10
show every device, overrides above options
.IP "\fB-s | --show-empty\fP " 10
show non-operational devices
.IP "\fB-S | --hide-empty\fP " 10
hide non-operational devices
.IP "\fB-c | --celcius\fP " 10
use celcius as the temperature unit
.IP "\fB-f | --fahrenheit\fP " 10
use fahrenheit as the temperature unit
.IP "\fB-k | --kelvin\fP " 10
use kelvin as the temperature unit
.IP "\fB-d | --directory <dir>\fP " 10
path to ACPI info (/proc/acpi)
.IP "\fB-h | --help\fP " 10
display help and exit
.IP "\fB-v | --version\fP " 10
output version information and exit
.SH "AUTHOR"
.PP
This manual page was written by Paul Telford <pxt@debian.org> for
the \fBDebian\fP system (but may be used by others). Permission is
granted to copy, distribute and/or modify this document under
the terms of the GNU GPL.
|