Minor manpage formatting fix.
[fvwm.git] / doc / commands / ExecUseShell.xml
bloba26633a3ccc2b21ee5c06cb762a62ee7e76a407e
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: ExecUseShell.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
11 <section id='ExecUseShell'>
12 <title>ExecUseShell</title>
14 <cmdsynopsis>
15         <command>ExecUseShell</command
16         ><arg choice='opt'
17                 ><replaceable>shell</replaceable
18         ></arg>
19 </cmdsynopsis>
21 <para>Makes the
22 <fvwmref cmd="Exec"/>
23 command use the specified shell, or the value of the
24 <envar>$SHELL</envar>
25 environment variable if no shell is specified, instead of the
26 default Bourne shell
27 (<filename>/bin/sh</filename>).</para>
29 <programlisting>
30 ExecUseShell
31 ExecUseShell /usr/local/bin/tcsh
32 </programlisting>
35 </section>