From: Randy Dunlap <[email protected]> Add powertop command-line options to its man page.
Signed-off-by: Randy Dunlap <[email protected]> --- powertop.1 | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff -Naurp powertop-1.11/powertop.1~addargs powertop-1.11/powertop.1 --- powertop-1.11/powertop.1~addargs 2008-12-30 10:52:54.000000000 -0800 +++ powertop-1.11/powertop.1 2009-07-14 11:11:31.000000000 -0700 @@ -2,7 +2,7 @@ .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH POWERTOP 1 "May 12, 2007" +.TH POWERTOP 1 "July 14, 2009" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: @@ -18,7 +18,7 @@ .SH NAME powertop \- program to analyze power consumption on Intel-based laptops .SH SYNOPSIS -.B powertop +.B powertop [OPTION...] .SH DESCRIPTION This manual page documents briefly the .B powertop @@ -31,6 +31,16 @@ commands. laptops and makes suggestions on how to extend battery lifetime. .br The program is more fully described at http://www.linuxpowertop.org +.SH OPTIONS +Option Summary +.sp 1 +\-\fBh\fR or \-\-\fBhelp\fR : print help text and exit +.br +\-\fBv\fR or \-\-\fBversion\fR : print version information and exit +.br +\-\fBd\fR or \-\-\fBdump\fR : analyze wakeup data one time, print top offenders, and exit +.br +\-\fBt seconds\fR or \-\-\fBtime seconds\fR : number of seconds to gather wakeup data .SH AUTHOR powertop was written by Arjan van de Ven <[email protected]>. .PP --- ~Randy LPC 2009, Sept. 23-25, Portland, Oregon http://linuxplumbersconf.org/2009/ _______________________________________________ Discuss mailing list [email protected] http://lists.lesswatts.org/listinfo/discuss
