summaryrefslogtreecommitdiff
path: root/watch.c
diff options
context:
space:
mode:
authorCraig Small <csmall@dropbear.xyz>2020-05-12 19:30:28 +1000
committerCraig Small <csmall@dropbear.xyz>2020-05-12 19:30:28 +1000
commiteeb8cf00a41925fa61532e434e50ec9155501f12 (patch)
treed71f501aecb1232dfff8f3abae0321955e0b19ad /watch.c
parent09b62573b148578d5915a0c44df72f1987757721 (diff)
downloadprocps-ng-eeb8cf00a41925fa61532e434e50ec9155501f12.tar.gz
watch: add additional notes about environment
References: procps-ng/procps!62 commit d3e0ff5a0a1c6d123d270b822a828ff52ca8ecaf
Diffstat (limited to 'watch.c')
-rw-r--r--watch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/watch.c b/watch.c
index 8f290f5..057243b 100644
--- a/watch.c
+++ b/watch.c
@@ -706,7 +706,7 @@ int main(int argc, char *argv[])
atexit(close_stdout);
interval_string = getenv("WATCH_INTERVAL");
- if(interval_string != NULL)
+ if(interval_string != NULL)
interval = strtod_nol_or_err(interval_string, _("Could not parse interval from WATCH_INTERVAL"));
while ((optc =