Update for new 2.7.0 development work.
[fvwm.git] / doc / commands / Echo.xml
blob3525cde0e9ef7a84377ce6d819b5a148fb7d1011
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: Echo.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
11 <section id='Echo'>
12 <title>Echo</title>
14 <cmdsynopsis>
15         <command>Echo</command
16         ><arg choice='plain'
17                 ><replaceable>string</replaceable
18         ></arg>
19 </cmdsynopsis>
21 <para>Prints a message to
22 <filename>stderr</filename>.
23 Potentially useful for debugging things in your
24 <filename>config</filename>.</para>
26 <programlisting>
27 Echo Beginning style definitions...
28 </programlisting>
31 </section>