Fix the default value for the load, also the manpage description (Thanks XTaran)

This commit is contained in:
Michael Stapelberg 2011-10-03 18:33:36 +01:00
parent 8166314ffa
commit 9429d93a7e
2 changed files with 2 additions and 2 deletions

View File

@ -224,7 +224,7 @@ int main(int argc, char *argv[]) {
};
cfg_opt_t load_opts[] = {
CFG_STR("format", "%5min %10min %15min", CFGF_NONE),
CFG_STR("format", "%1min %5min %15min", CFGF_NONE),
CFG_END()
};

View File

@ -216,7 +216,7 @@ Gets the percentual CPU usage from +/proc/stat+.
=== Load
Gets the system load (number of processes waiting for CPU time in the last
5, 10 and 15 minutes).
1, 5 and 15 minutes).
*Example order*: +load+