Minor manpage formatting fix.
[fvwm.git] / doc / commands / CopyMenuStyle.xml
blobe3995f75f071f10a613ba48df674f38043f4ddea
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: CopyMenuStyle.xml,v 1.3 2007/06/16 12:38:45 griph Exp $ -->
11 <section id='CopyMenuStyle'>
12 <title>CopyMenuStyle</title>
14 <cmdsynopsis>
15         <command>CopyMenuStyle</command
16         ><arg choice='plain'
17                 ><replaceable>orig-menustyle</replaceable
18         ></arg
19         ><arg choice='plain'
20                 ><replaceable>dest-menustyle</replaceable
21         ></arg>
22 </cmdsynopsis>
26 <para>Copy
27 <replaceable>orig-menustyle</replaceable> to
28 <replaceable>dest-menustyle</replaceable>,
29 where
30 <replaceable>orig-menustyle</replaceable>
31 is an existing menu style.  If the menu style
32 <replaceable>dest_menustyle</replaceable>
33 does not exist, then it is created.</para>
35 </section>