Minor manpage formatting fix.
[fvwm.git] / doc / commands / DestroyMenuStyle.xml
blob806e807c3d3a232545d4e5a8ac1c1fc2c4bda72a
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: DestroyMenuStyle.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
11 <section id='DestroyMenuStyle'>
12 <title>DestroyMenuStyle</title>
14 <cmdsynopsis>
15         <command>DestroyMenuStyle</command
16         ><arg choice='plain'
17                 ><replaceable>menustyle</replaceable
18         ></arg>
19 </cmdsynopsis>
21 <para>Deletes the menu style named
22 <replaceable>menustyle</replaceable>
23 and changes all menus using this style to the default style, you
24 cannot destroy the default menu style.</para>
26 <programlisting>DestroyMenuStyle pixmap1</programlisting>
28 </section>