blob: 5a2a9e49b1d2e66cb3d970b07e939b78882253f5 [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
Amit Arora728e0c92010-09-14 12:06:09 +053022.RB [[-r|-s|-c] [-v] [-d] [-t <ticktime>]]
Amit Arora39f29542010-09-14 12:03:22 +053023.RB [-V]
24.RB [-h]
25.br
26.SH DESCRIPTION
Amit Arora728e0c92010-09-14 12:06:09 +053027This tool can be used to display regulator, sensor and clock tree
28related information.
Amit Arora39f29542010-09-14 12:03:22 +053029.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
Amit Arora728e0c92010-09-14 12:06:09 +053047\fB\-c\fR, \fB\-\-clock
48 print clock tree related information.
49.TP
50\fB\-t\fR, \fB\-\-time
51 set the ticktime to specified value.
52.TP
Amit Arora39f29542010-09-14 12:03:22 +053053\fB\-v\fR, \fB\-\-verbose
54 show detailed information.
55.TP
56\fB\-d\fR, \fB\-\-dump
57 read and list information only once.
58.TP
59\fB\-V\fR, \fB\-\-version
60 show version information and exit.
61.TP
62\fB\-h\fR, \fB\-\-help
63 show usage details.
64Show version of program.
65.SH SEE ALSO
66.BR powertop (8)
67.br
68.SH AUTHOR
69powerdebug was written by Amit Arora <amit.arora@linaro.org>.
70.PP
71This manual page was written by Amit Arora <amit.arora@linaro.org>,
72for the Debian project (and may be used by others).