]> granicus.if.org Git - sysstat/commitdiff
sar: fix a small inconsistency in header of print_sar_restart function
authorAnatoly Pugachev <matorola@gmail.com>
Fri, 23 Nov 2018 14:29:27 +0000 (17:29 +0300)
committerAnatoly Pugachev <matorola@gmail.com>
Fri, 23 Nov 2018 14:29:27 +0000 (17:29 +0300)
file_hdr is used to report number of CPUs

Signed-off-by: Anatoly Pugachev <matorola@gmail.com>
sar.c

diff --git a/sar.c b/sar.c
index f353a4714626b429fe772da1bbcc3628525604f3..436d7b7dd64ee169a21e01a9df2d51bbed15b52c 100644 (file)
--- a/sar.c
+++ b/sar.c
@@ -601,7 +601,7 @@ int sa_read(void *buffer, size_t size)
  * @cur_date   Date string of current restart message (unused here).
  * @cur_time   Time string of current restart message.
  * @utc                True if @cur_time is expressed in UTC (unused here).
- * @file_hdr   System activity file standard header (unused here).
+ * @file_hdr   System activity file standard header.
  ***************************************************************************
  */
 __printf_funct_t print_sar_restart(int *tab, int action, char *cur_date, char *cur_time,