NEWS/Changelog for previous commit.
[fvwm.git] / doc / commands / KillModule.xml
blobddd8c8c222c4fb172580c41d370e4dbb79e4aa96
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: KillModule.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
11 <section id='KillModule'>
12 <title>KillModule</title>
14 <cmdsynopsis>
15         <command>KillModule</command
16         ><arg choice='plain'
17                 ><replaceable>modulename</replaceable
18         ></arg
19         ><arg choice='opt'
20                 ><replaceable>modulealias</replaceable
21         ></arg>
22 </cmdsynopsis>
24 <para>Causes the module which was invoked with name
25 <replaceable>modulename</replaceable>
26 to be killed.  The name may include wildcards. If
27 <replaceable>modulealias</replaceable>
28 is given, only modules started with the given alias are killed.</para>
30 <programlisting>
31 # kill all pagers
32 KillModule FvwmPager
34 <fvwmref cmd="Module"/> FvwmEvent SoundEvent
35 KillModule FvwmEvent SoundEvent
36 </programlisting>
39 </section>