diff options
author | Menno Duursma <druiloor@zonnet.nl> | 2010-05-13 01:00:43 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 01:00:43 +0200 |
commit | cf8a43d527c17d7ff0a04bc6e6554c420c82751c (patch) | |
tree | d613459003acd3a2ffe84d9f58fcb2a8ebe70499 /system/cpulimit/manpages | |
parent | c52ae73dea9c2717364e6847b5707c60e0cef7c3 (diff) | |
download | slackbuilds-cf8a43d527c17d7ff0a04bc6e6554c420c82751c.tar.gz |
system/cpulimit: Added to 13.0 repository
Diffstat (limited to 'system/cpulimit/manpages')
-rw-r--r-- | system/cpulimit/manpages/cpulimit.1 | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/system/cpulimit/manpages/cpulimit.1 b/system/cpulimit/manpages/cpulimit.1 new file mode 100644 index 0000000000..0924612ef8 --- /dev/null +++ b/system/cpulimit/manpages/cpulimit.1 @@ -0,0 +1,70 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH USAGE: "1" "December 2009" "Usage: cpulimit TARGET [OPTIONS...]" "User Commands" +.SH NAME +Usage: \- manual page for Usage: cpulimit TARGET [OPTIONS...] +.SH SYNOPSIS +.B cpulimit +\fITARGET \fR[\fIOPTIONS\fR...] +.SH DESCRIPTION +.IP +TARGET must be exactly one of these: +.TP +\fB\-p\fR, \fB\-\-pid\fR=\fIN\fR +pid of the process +.TP +\fB\-e\fR, \fB\-\-exe\fR=\fIFILE\fR +name of the executable program file +.TP +\fB\-P\fR, \fB\-\-path\fR=\fIPATH\fR +absolute path name of the executable program file +.IP +OPTIONS +.TP +\fB\-l\fR, \fB\-\-limit\fR=\fIN\fR +percentage of cpu allowed from 0 to 100 (mandatory) +.TP +\fB\-v\fR, \fB\-\-verbose\fR +show control statistics +.TP +\fB\-z\fR, \fB\-\-lazy\fR +exit if there is no suitable target process, or if it dies +.TP +\fB\-h\fR, \fB\-\-help\fR +display this help and exit +.IP +TARGET must be exactly one of these: +.TP +\fB\-p\fR, \fB\-\-pid\fR=\fIN\fR +pid of the process +.TP +\fB\-e\fR, \fB\-\-exe\fR=\fIFILE\fR +name of the executable program file +.TP +\fB\-P\fR, \fB\-\-path\fR=\fIPATH\fR +absolute path name of the executable program file +.IP +OPTIONS +.TP +\fB\-l\fR, \fB\-\-limit\fR=\fIN\fR +percentage of cpu allowed from 0 to 100 (mandatory) +.TP +\fB\-v\fR, \fB\-\-verbose\fR +show control statistics +.TP +\fB\-z\fR, \fB\-\-lazy\fR +exit if there is no suitable target process, or if it dies +.TP +\fB\-h\fR, \fB\-\-help\fR +display this help and exit +.SH "SEE ALSO" +The full documentation for +.B Usage: +is maintained as a Texinfo manual. If the +.B info +and +.B Usage: +programs are properly installed at your site, the command +.IP +.B info Usage: +.PP +should give you access to the complete manual. |