blob: 20fa327bf53e0355c02ae483d0926e96ada02dfb [file] [log] [blame]
Amit Arora39f29542010-09-14 12:03:22 +05301.\" Hey, EMACS: -*- nroff -*-
2.\" First parameter, NAME, should be all caps
3.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4.\" other parameters are allowed: see man(7), man(1)
5.TH POWERDEBUG 8 "September 3, 2010" "Linux" "PowerDebug Manual"
6.\" Please adjust this date whenever revising the manpage.
7.\"
8.\" Some roff macros, for reference:
9.\" .nh disable hyphenation
10.\" .hy enable hyphenation
11.\" .ad l left justify
12.\" .ad b justify to both left and right margins
13.\" .nf disable filling
14.\" .fi enable filling
15.\" .br insert line break
16.\" .sp <n> insert n+1 empty lines
17.\" for manpage-specific macros, see man(7)
18.SH NAME
19powerdebug \- A tool to display regulator and sensor information
20.SH SYNOPSIS
21.B powerdebug
22.RB [[-r|-s] [-v] [-d]]
23.RB [-V]
24.RB [-h]
25.br
26.SH DESCRIPTION
27This tool can be used to display regulator and sensor related
28information.
29.PP
30.\" TeX users may be more comfortable with the \fB<whatever>\fP and
31.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
32.\" respectively.
33\fBpowerdebug\fP is a tool that provides users extra information
34about how the power is being managed in the system.
35.SH OPTIONS
36These programs follow the usual GNU command line syntax, with long
37options starting with two dashes (`-').
38A summary of options is included below.
39For a complete description, see the Info files.
40.TP
41\fB\-r\fR, \fB\-\-regulator
42 print regulator information.
43.TP
44\fB\-s\fR, \fB\-\-sensor
45 print sensor information.
46.TP
47\fB\-v\fR, \fB\-\-verbose
48 show detailed information.
49.TP
50\fB\-d\fR, \fB\-\-dump
51 read and list information only once.
52.TP
53\fB\-V\fR, \fB\-\-version
54 show version information and exit.
55.TP
56\fB\-h\fR, \fB\-\-help
57 show usage details.
58Show version of program.
59.SH SEE ALSO
60.BR powertop (8)
61.br
62.SH AUTHOR
63powerdebug was written by Amit Arora <amit.arora@linaro.org>.
64.PP
65This manual page was written by Amit Arora <amit.arora@linaro.org>,
66for the Debian project (and may be used by others).