X-Git-Url: https://git.distorted.org.uk/~mdw/xtoys/blobdiff_plain/90b2c5d453c6e561a00913baa7aa8b9c213f0173..deeda4493d36aac9f6c4b45e8085767c29ccd498:/xtell.1 diff --git a/xtell.1 b/xtell.1 index b04d22f..2fd32a9 100644 --- a/xtell.1 +++ b/xtell.1 @@ -1,7 +1,9 @@ +.\" -*-nroff-*- .TH xtell 1 "15 November 1998" "Edgeware tools" .SH NAME xtell \- prods a waiting xwait process .SH SYNOPSIS +.ll +5i .B xtell .RB [ \-d .IR display ] @@ -9,6 +11,10 @@ xtell \- prods a waiting xwait process .IR atom ] .RB [ \-m .IR message ] +.RI [ \c +.IB atom : msg , msg \c +\&...] +.ll -5i .SH DESCRIPTION The .B xtell @@ -17,25 +23,36 @@ value. This is primarily useful for communicating with .BR xwait (1). .SS OPTIONS .TP 5 -.BI "\-d " display +.BI "\-d, \-\-display " display Attempt to connect to .I display rather than the display named in the usual environment variable. .TP 5 -.BI "\-a " atom +.BI "\-a, \-\-atom " atom Sets .B xtell to to set the property named .IR atom . -The default property to set to is -.BR XWAIT_PROPERTY . +Use of this option is deprecated. .TP 5 -.BI "\-m " message +.BI "\-m, \-\-msg " message Sets .B xtell to set the given property to .IR message . -The default message to set is +Use of this option is deprecated. +.PP +The +.B \-a +and +.B \-m +options are deprecated, though retained for compatibility reasons. It's +recommended that you use the non-option specification instead. +.PP +The argument specifies an atom name and a message string to set. The +default, if no atom or message is given, is to set +.B XWAIT_PROPERTY +to the value .BR XWAIT_MESSAGE . .SH AUTHOR Mark Wooding (mdw@nsict.org).