Another version increment.
[xtoys] / xshutdown.1
1 .TH xshutdown 1 "15 November 1998" "Edgeware tools"
2 .SH NAME
3 xshutdown \- asks for user confirmation before waking an xwait process
4 .SH SYNOPSIS
5 .B xshutdown
6 .RB [ \-\-display
7 .IR display ]
8 .RB [ \-a
9 .IR atom ]
10 .RB [ \-m
11 .IR message ]
12 .RB [ \-t
13 .IR title ]
14 .SH DESCRIPTION
15 The
16 .B xshutdown
17 program pops up a pretty GTK confirmation box asking the user whether he
18 (or she) wants to shutdown the current session. If so, it sends a
19 message to a waiting
20 .B xwait
21 process, by setting a named property on the X root window to a particular
22 value.
23 .SS OPTIONS
24 .TP 5
25 .BI "\-\-display " display
26 Attempt to connect to
27 .I display
28 rather than the display named in the usual environment variable.
29 .TP 5
30 .BI "\-a, \-\-atom " atom
31 Sets
32 .B xshutdown
33 to to set the property named
34 .IR atom .
35 The default property to set is
36 .BR XWAIT_PROPERTY .
37 .TP 5
38 .BI "\-m, \-\-msg " message
39 Sets
40 .B xshutdown
41 to set the given property to
42 .IR message .
43 The default message to set is
44 .BR XWAIT_MESSAGE .
45 .TP 5
46 .BI "\-p, \-\-prompt " prompt
47 Sets the prompt in the confirmation box to
48 .IR prompt .
49 .TP 5
50 .BI "\-t, \-\-title " title
51 Sets the window title to be
52 .IR title .
53 .SH AUTHOR
54 Mark Wooding (mdw@nsict.org).
55 .SH BUGS
56 None currently known.
57 .SH SEE ALSO
58 .BR xwait (1),
59 and
60 .BR xtell (1).