]> granicus.if.org Git - sysstat/commitdiff
sa_common.c: Update comment in code
authorSebastien GODARD <sysstat@users.noreply.github.com>
Mon, 15 Feb 2016 17:02:05 +0000 (18:02 +0100)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Mon, 15 Feb 2016 17:02:05 +0000 (18:02 +0100)
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
sa_common.c

index ffd24bb9fd1800e6f790321e41963ecaad7a0402..f1c5afedd265105bea3918881a38c9bdfba26b21 100644 (file)
@@ -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.