ld --as-needed compilation fixes with external libs.
[fvwm.git] / doc / commands / EchoFuncDefinition.xml
blob1a4f328878978f5d26ce78bcf4f85ad6499e22a0
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!-- $Id: EchoFuncDefinition.xml,v 1.2 2007/07/12 15:50:18 scott Exp $ -->
3 <!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
4   "../docbook-xml/docbookx.dtd"
6 <!ENTITY % myents SYSTEM "../fvwm.ent" >
7 %myents;
8 ]>
10 <section id='EchoFuncDefinition'>
11 <title>EchoFuncDefinition</title>
13 <cmdsynopsis>
14         <command>EchoFuncDefinition</command>
15         <arg choice='plain'><replaceable>function</replaceable></arg>
16 </cmdsynopsis>
18 <para>The
19 <emphasis remap='B'>EchoFuncDefinition</emphasis>
20 is similar to the
21 <fvwmref cmd="Echo"/>
22 command but prints the definition for the given
23 <replaceable>function</replaceable>
25 <filename>stderr</filename>.
26 It is useful to find out how fvwm handles quoting and for
27 debugging functions
28 .</para>
30 </section>