~ubuntu-branches/debian/squeeze/draai/squeeze

« back to all changes in this revision

Viewing changes to man/dr_watch.1

  • Committer: Bazaar Package Importer
  • Author(s): Joost van Baal
  • Date: 2009-06-14 20:20:04 UTC
  • Revision ID: james.westby@ubuntu.com-20090614202004-32ve7j06wt034tk1
Tags: upstream-20090615
ImportĀ upstreamĀ versionĀ 20090615

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" Copyright (c) 2008 Joost van Baal <joostvb-draai@mdcc\&.cx>
 
2
.TH "dr_watch" 1 "28 nov 2008" "dr_watch 20090615" "USER COMMANDS "
 
3
.po 2m
 
4
.de ZI
 
5
.\" Zoem Indent/Itemize macro I.
 
6
.br
 
7
'in +\\$1
 
8
.nr xa 0
 
9
.nr xa -\\$1
 
10
.nr xb \\$1
 
11
.nr xb -\\w'\\$2'
 
12
\h'|\\n(xau'\\$2\h'\\n(xbu'\\
 
13
..
 
14
.de ZJ
 
15
.br
 
16
.\" Zoem Indent/Itemize macro II.
 
17
'in +\\$1
 
18
'in +\\$2
 
19
.nr xa 0
 
20
.nr xa -\\$2
 
21
.nr xa -\\w'\\$3'
 
22
.nr xb \\$2
 
23
\h'|\\n(xau'\\$3\h'\\n(xbu'\\
 
24
..
 
25
.if n .ll -2m
 
26
.am SH
 
27
.ie n .in 4m
 
28
.el .in 8m
 
29
..
 
30
.SH NAME
 
31
dr_watch \- execute a program periodically, showing output fullscreen
 
32
.SH SYNOPSIS
 
33
 
 
34
dr_watch command
 
35
.SH DESCRIPTION
 
36
dr_watch runs command repeatedly, displaying its output\&. It is a simple and
 
37
crude reimplementation of watch(1)\&. Unlike watch as shipped with Linux procps,
 
38
it will deal sane with non-ascii output (like UTF-8)\&. (See also
 
39
http://bugs\&.debian\&.org/240989\&.)
 
40
.SH ENVIRONMENT
 
41
dr_watch honors integer DR_SLEEP: number of seconds\&.
 
42
.SH COPYRIGHT AND LICENSE
 
43
This manpage is copyright 2009 Joost van Baal <joostvb-draai@mdcc\&.cx>\&.
 
44
 
 
45
Draai is free software; you can redistribute it and/or modify it under the
 
46
terms of the GNU General Public License, as published by the Free Software
 
47
Foundation, either version 3 of the License, or (at your option) any later
 
48
version\&. This program is distributed WITHOUT ANY WARRANTY\&. You should have
 
49
received a copy of the GNU General Public License along with draai\&. If not,
 
50
see http://www\&.gnu\&.org/licenses/\&.
 
51
.SH AUTHOR
 
52
Joost van Baal <joostvb-draai@mdcc\&.cx>