summaryrefslogtreecommitdiff
path: root/usr/src/cmd/logadm/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/logadm/conf.c')
-rw-r--r--usr/src/cmd/logadm/conf.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/usr/src/cmd/logadm/conf.c b/usr/src/cmd/logadm/conf.c
index b0d38aa483..0d22957a5e 100644
--- a/usr/src/cmd/logadm/conf.c
+++ b/usr/src/cmd/logadm/conf.c
@@ -282,12 +282,13 @@ conf_scan(const char *fname, char *buf, int buflen, int timescan)
opts = opts_parse(opts, Args, OPTF_CONF);
if (!timescan || cp == NULL) {
/*
- * If we're doing timescan and have what looks
- * like an orphaned entry (cp == NULL) then we
- * also have to track in this case. See the
+ * If we're not doing timescan, we track this
+ * entry. If we are doing timescan and have
+ * what looks like an orphaned entry (cp ==
+ * NULL) then we also have to track. See the
* comment in rotatelog. We need to allow for
- * the case where the logname is not the same
- * as the log file name.
+ * the case where the logname is not the same as
+ * the log file name.
*/
fillconflist(lineno, entry, opts, comment, 0);
}