watch: add additional notes about environment
References:
procps-ng/procps!62
commit d3e0ff5a0a
This commit is contained in:
12
watch.1
12
watch.1
@@ -1,4 +1,4 @@
|
||||
.TH WATCH 1 "2018-03-03" "procps-ng" "User Commands"
|
||||
.TH WATCH 1 "2020-05-12" "procps-ng" "User Commands"
|
||||
.SH NAME
|
||||
watch \- execute a program periodically, showing output fullscreen
|
||||
.SH SYNOPSIS
|
||||
@@ -101,6 +101,16 @@ failed, or command exited up on error.
|
||||
.TP
|
||||
.B other
|
||||
The watch will propagate command exit status as child exit status.
|
||||
.SH ENVIRONMENT
|
||||
The behaviour of
|
||||
.B watch
|
||||
is affected by the following environment variables.
|
||||
|
||||
.TP
|
||||
.B WATCH_INTERVAL
|
||||
Update interval, follows the same rules as the
|
||||
.B \-\-interval
|
||||
command line option.
|
||||
.SH NOTES
|
||||
POSIX option processing is used (i.e., option processing stops at
|
||||
the first non\-option argument). This means that flags after
|
||||
|
Reference in New Issue
Block a user