I sometimes use the copy-and-paste function from my editor too
rapidly...
/*
- * count.c: Read system statistics
+ * count.c: Count items for which statistics will be collected.
* (C) 1999-2013 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
/*
- * count.h: Include file used to read system statistics
+ * count.h: Include file used to count items for which
+ * statistics will be collected.
* (C) 1999-2013 by Sebastien Godard (sysstat <at> orange.fr)
*/
/*
***************************************************************************
- * Display memory and swap statistics.
+ * Display USB devices statistics.
*
* IN:
* @a Activity structure with statistics.
/*
***************************************************************************
- * Display average memory statistics.
+ * Display average USB devices statistics.
*
* IN:
* @a Activity structure with statistics.