From: Sebastien GODARD Date: Mon, 15 Feb 2016 17:02:05 +0000 (+0100) Subject: sa_common.c: Update comment in code X-Git-Tag: v11.3.1~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99a12cd7aa094acc954cf4cf01593575b80af343;p=sysstat sa_common.c: Update comment in code Signed-off-by: Sebastien GODARD --- diff --git a/sa_common.c b/sa_common.c index ffd24bb..f1c5afe 100644 --- a/sa_common.c +++ b/sa_common.c @@ -2136,9 +2136,9 @@ void replace_nonprintable_char(int ifd, char *comment) * OUT: * @rectime Structure where timestamp for current record has been saved * (in local time or in UTC depending on options used). - * @loctime Structure where timestamp for current record has been saved - * (expressed in local time). This field will be used for time - * comparison if options -s and/or -e have been used. + * @loctime If given, structure where timestamp for current record has + * been saved (expressed in local time). This field will be used + * for time comparison if options -s and/or -e have been used. * * RETURNS: * 1 if an error was detected, or 0 otherwise.