forked from external/yambar
module/cpu: cleanup poll-interval
* man page: spell out ‘milliseconds’ * use a ‘static const’ variable for min_poll_interval, instead of a macro
This commit is contained in:
parent
c0e0702a6c
commit
1f25978eb4
2 changed files with 10 additions and 9 deletions
|
@ -31,8 +31,8 @@ total CPU usage.
|
|||
| poll-interval
|
||||
: int
|
||||
: no
|
||||
: Refresh interval of the CPU usage stats in ms (default=500). Cannot
|
||||
be less then 500 ms
|
||||
: Refresh interval of the CPU usage stats in milliseconds
|
||||
(default=500). Cannot be less then 500ms.
|
||||
|
||||
# EXAMPLES
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue