Update for new 2.7.0 development work.
[fvwm.git] / doc / commands / PrintInfo.xml
blob488dcb5c80bb4ba71b4b98a1cbb8ba32387eaa79
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: PrintInfo.xml,v 1.5 2009/02/21 22:18:09 domivogt Exp $ -->
11 <section id='PrintInfo'>
12 <title>PrintInfo</title>
14 <cmdsynopsis>
15         <command>PrintInfo</command
16         ><arg choice='plain'
17                 ><replaceable>subject</replaceable
18         ></arg
19         ><arg choice='opt'
20                 ><replaceable>verbose</replaceable
21         ></arg>
22 </cmdsynopsis>
24 <para>Print information on
25 <replaceable>subject</replaceable>
26 on stderr.  An optional integer argument
27 <replaceable>verbose</replaceable>
28 defines the level of information which is given.
29 The current valid subjects are:</para>
31 <para><fvwmopt cmd="PrintInfo" opt="Colors"/>
32 which prints information about the colors used by fvwm. This useful
33 on screens which can only display 256 (or less) colors at once.
35 <replaceable>verbose</replaceable>
36 is one or greater the palette used by fvwm is printed.
37 If you have a limited color palette, and you run out of colors,
38 this command might be helpful.</para>
40 <para><fvwmopt cmd="PrintInfo" opt="ImageCache"/>
41 which prints information about the images loaded by fvwm. If
42 <replaceable>verbose</replaceable>
43 is one or greater all images in the cache will be listed together
44 with their respective reuse.</para>
46 <para><fvwmopt cmd="PrintInfo" opt="Locale"/>
47 which prints information on your locale and the fonts that fvwm
48 used.
49 <replaceable>verbose</replaceable>
50 can be 1 or 2.</para>
52 <para><fvwmopt cmd="PrintInfo" opt="nls"/>
53 which prints information on the locale catalogs that fvwm used</para>
55 <para><fvwmopt cmd="PrintInfo" opt="style"/>
56 which prints information on fvwm styles.
57 <replaceable>verbose</replaceable>
58 can be 1.</para>
60 <para><fvwmopt cms="PrintInfo" opt="bindings"/>
61 which prints information on all the bindings fvwm has:  key, mouse and
62 stroke bindings.
63 <replaceable>verbose</replaceable>
64 has no effect with this option.</para>
66 </section>