From ee98c7010f3fa64e58cd10908c0984c1e338aeeb Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Wed, 14 Dec 2016 11:02:06 +0100 Subject: [PATCH] Fix comments in sadf_misc.c Signed-off-by: Sebastien GODARD --- sadf_misc.c | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/sadf_misc.c b/sadf_misc.c index 714d40d..9aa4614 100644 --- a/sadf_misc.c +++ b/sadf_misc.c @@ -529,11 +529,9 @@ __tm_funct_t print_db_timestamp(void *parm, int action, char *cur_date, * @action Action expected from current function. * @cur_date Date string of current comment. * @cur_time Time string of current comment. - * @utc True if @cur_time is expressed in UTC. * @itv Interval of time with preceding record. - * - * OUT: - * @tab Number of tabulations. + * @file_hdr System activity file standard header (unused here). + * @flags Flags for common options. *************************************************************************** */ __tm_funct_t print_xml_timestamp(void *parm, int action, char *cur_date, @@ -563,11 +561,9 @@ __tm_funct_t print_xml_timestamp(void *parm, int action, char *cur_date, * @action Action expected from current function. * @cur_date Date string of current comment. * @cur_time Time string of current comment. - * @utc True if @cur_time is expressed in UTC. * @itv Interval of time with preceding record. - * - * OUT: - * @tab Number of tabulations. + * @file_hdr System activity file standard header (unused here). + * @flags Flags for common options. *************************************************************************** */ __tm_funct_t print_json_timestamp(void *parm, int action, char *cur_date, @@ -608,7 +604,7 @@ __tm_funct_t print_json_timestamp(void *parm, int action, char *cur_date, * @id_seq Activity sequence (unused here). * * OUT: - * @tab Number of tabulations. + * @parm Number of tabulations. *************************************************************************** */ __printf_funct_t print_xml_header(void *parm, int action, char *dfile, @@ -675,7 +671,7 @@ __printf_funct_t print_xml_header(void *parm, int action, char *dfile, * @id_seq Activity sequence (unused here). * * OUT: - * @tab Number of tabulations. + * @parm Number of tabulations. *************************************************************************** */ __printf_funct_t print_json_header(void *parm, int action, char *dfile, -- 2.40.0