ubase

suckless linux base utils
git clone git://git.2f30.org/ubase
Log | Files | Refs | README | LICENSE

commit e79038e553f5b32e1a51524b7f65a940f753eede
parent 9ba5dbdf13251a9638460786f0b44fc011e04dc6
Author: sin <sin@2f30.org>
Date:   Sun, 13 Apr 2014 14:53:17 +0100

Add watch manpage

Diffstat:
Awatch.1 | 19+++++++++++++++++++
1 file changed, 19 insertions(+), 0 deletions(-)

diff --git a/watch.1 b/watch.1 @@ -0,0 +1,19 @@ +.TH WATCH 1 ubase-VERSION +.SH NAME +\fBwatch\fR - Execute a program periodically, showing output fullscreen +.SH SYNOPSIS +\fBwatch\fR [\fB-t\fR] [\fB-n\fI interval\fR] \fIcommand\fR +.SH DESCRIPTION +\fBwatch\fR runs \fIcommand\fR repeatedly, displaying its output one +screenfull at a time. This allows you to watch the program output change +over time. By default the program is run every 2 seconds and will run +until terminated. +.SH OPTIONS +.TP +\fB-t\fR +Turn off the header showing the interval, command and current +time at the top of the display, as well as the following blank line. This +is the default action. +.TP +\fB-n\fR +Specify the update interval.