Minor grammatical improvements to the documentation.
[fvwm.git] / doc / commands / KeepRc.xml
blob1733ba52125a083e220fc92e0d3483f36cf12a24
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: KeepRc.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
11 <section id='KeepRc'>
12 <title>KeepRc</title>
14 <cmdsynopsis>
15         <command>KeepRc</command
16         ><arg choice='plain'
17                 ><replaceable>command</replaceable
18         ></arg>
19 </cmdsynopsis>
21 <para>Runs the
22 <replaceable>command</replaceable>
23 but does not alter the return code of the previous command.  Note:
24 <emphasis remap='B'>KeepRc</emphasis>
25 is treated as a prefix to its
26 <replaceable>command</replaceable>.
27 Expansion of the command line is done as if
28 <emphasis remap='B'>KeepRc</emphasis>
29 was not there.</para>
31 </section>