Version bump.
[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
d72bdcdb 6.ll +5i
90b2c5d4 7.B xtell
8.RB [ \-d
9.IR display ]
10.RB [ \-a
11.IR atom ]
12.RB [ \-m
13.IR message ]
d72bdcdb 14.RI [ \c
15.IB atom : msg , msg \c
16\&...]
17.ll -5i
90b2c5d4 18.SH DESCRIPTION
19The
20.B xtell
21program sets a named property on the X root window to a particular
22value. This is primarily useful for communicating with
23.BR xwait (1).
24.SS OPTIONS
25.TP 5
f3b35b6b 26.BI "\-d, \-\-display " display
90b2c5d4 27Attempt to connect to
28.I display
29rather than the display named in the usual environment variable.
30.TP 5
f3b35b6b 31.BI "\-a, \-\-atom " atom
90b2c5d4 32Sets
33.B xtell
34to to set the property named
35.IR atom .
d72bdcdb 36Use of this option is deprecated.
90b2c5d4 37.TP 5
f3b35b6b 38.BI "\-m, \-\-msg " message
90b2c5d4 39Sets
40.B xtell
41to set the given property to
42.IR message .
d72bdcdb 43Use of this option is deprecated.
44.PP
45The
46.B \-a
47and
48.B \-m
49options are deprecated, though retained for compatibility reasons. It's
50recommended that you use the non-option specification instead.
51.PP
52The argument specifies an atom name and a message string to set. The
53default, if no atom or message is given, is to set
54.B XWAIT_PROPERTY
55to the value
90b2c5d4 56.BR XWAIT_MESSAGE .
57.SH AUTHOR
58Mark Wooding (mdw@nsict.org).
59.SH BUGS
60None currently known.
61.SH SEE ALSO
62.BR xwait (1),
63and
64.BR xshutdown (1).