ld --as-needed compilation fixes with external libs.
[fvwm.git] / doc / commands / DestroyModuleConfig.xml
blob0e5f0a3aad2e8117f5c1487fd36ddf24117b1a07
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: DestroyModuleConfig.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
11 <section id='DestroyModuleConfig'>
12 <title>DestroyModuleConfig</title>
14 <cmdsynopsis>
15         <command>DestroyModuleConfig</command
16         ><arg choice='plain'
17                 ><replaceable>module_config</replaceable
18         ></arg>
19 </cmdsynopsis>
21 <para>Deletes module configuration entries, so that new configuration
22 lines may be entered instead.  This also sometimes the only way to
23 turn back some module settings, previously defined.  This changes
24 the way a module runs during a fvwm session without restarting.
25 Wildcards can be used for portions of the name as well.</para>
27 <para>The new non-conflicting syntax allows a delimiter, a colon and
28 optional spaces between the module name and the rest of the line.
29 In this case a module name (or alias) can't have wildcards.</para>
31 <programlisting>
32 DestroyModuleConfig FvwmButtons*
33 DestroyModuleConfig FvwmForm: Fore
34 DestroyModuleConfig FvwmIconBox: Max*
35 </programlisting>
38 </section>