Minor tidying and typo correction.
[xtoys] / xtell.1
CommitLineData
b6eb57e6 1.\" -*-nroff-*-
90b2c5d4 2.TH xtell 1 "15 November 1998" "Edgeware tools"
3.SH NAME
4xtell \- prods a waiting xwait process
5.SH SYNOPSIS
6.B xtell
7.RB [ \-d
8.IR display ]
9.RB [ \-a
10.IR atom ]
11.RB [ \-m
12.IR message ]
13.SH DESCRIPTION
14The
15.B xtell
16program sets a named property on the X root window to a particular
17value. This is primarily useful for communicating with
18.BR xwait (1).
19.SS OPTIONS
20.TP 5
f3b35b6b 21.BI "\-d, \-\-display " display
90b2c5d4 22Attempt to connect to
23.I display
24rather than the display named in the usual environment variable.
25.TP 5
f3b35b6b 26.BI "\-a, \-\-atom " atom
90b2c5d4 27Sets
28.B xtell
29to to set the property named
30.IR atom .
31The default property to set to is
32.BR XWAIT_PROPERTY .
33.TP 5
f3b35b6b 34.BI "\-m, \-\-msg " message
90b2c5d4 35Sets
36.B xtell
37to set the given property to
38.IR message .
39The default message to set is
40.BR XWAIT_MESSAGE .
41.SH AUTHOR
42Mark Wooding (mdw@nsict.org).
43.SH BUGS
44None currently known.
45.SH SEE ALSO
46.BR xwait (1),
47and
48.BR xshutdown (1).