Minor manpage formatting fix.
[fvwm.git] / doc / commands / Deschedule.xml
blobe58396e62f8e772fa35135cf2ad6c357f4b85bfe
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3   "../docbook-xml/docbookx.dtd"
5 <!ENTITY % myents SYSTEM "../fvwm.ent" >
6 %myents;
7 ]>
9 <!-- $Id: Deschedule.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
11 <section id='Deschedule'>
12 <title>Deschedule</title>
14 <cmdsynopsis>
15         <command>Deschedule</command
16         ><arg choice='opt'
17                 ><replaceable>command_id</replaceable
18         ></arg>
19 </cmdsynopsis>
21 <para>Removes all commands that were scheduled with the id
22 <replaceable>command_id</replaceable>
23 with the
24 <fvwmref cmd="Schedule"/>
25 command from the list of commands to be executed unless they were
26 already executed.  If the
27 <replaceable>command_id</replaceable>
28 is omitted, the value of the variable $[schedule.last] is used as
29 the id.</para>
31 </section>