Minor grammatical improvements to the documentation.
[fvwm.git] / doc / commands / GotoDeskAndPage.xml
blobe65056769ed7314129cbf4cffc2c87a737e325b5
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: GotoDeskAndPage.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
11 <section id='GotoDeskAndPage'>
12 <title>GotoDeskAndPage</title>
14 <cmdsynopsis>
15         <command>GotoDeskAndPage</command
16         ><group choice='plain'
17                 ><arg choice='plain'>prev</arg
18                 ><arg choice='plain'
19                         ><arg choice='plain'
20                                 ><replaceable>desk</replaceable
21                         ></arg
22                         ><arg choice='plain'
23                                 ><replaceable>xpage</replaceable
24                         ></arg
25                         ><arg choice='plain'
26                                 ><replaceable>ypage</replaceable
27                         ></arg
28                 ></arg
29         ></group>
30 </cmdsynopsis>
32 <para>Switches the current viewport to another desktop and page, similar
33 to the
34 <fvwmref cmd="GotoDesk"/> and <fvwmref cmd="GotoPage"/>
35 commands.  The new desk is
36 <replaceable>desk</replaceable>
37 and the new page is
38 (<replaceable>xpage</replaceable>,<replaceable>ypage</replaceable>).</para>
40 </section>