57 lines
1.7 KiB
Plaintext
57 lines
1.7 KiB
Plaintext
|
--- acpi-0.09.orig/acpi.1
|
||
|
+++ acpi-0.09/acpi.1
|
||
|
@@ -0,0 +1,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.
|
||
|
|