NEWS/Changelog for previous commit.
[fvwm.git] / doc / commands / UnsetEnv.xml
blobc82329927e53d72e08db0b1c0e667d08365a7fcc
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: UnsetEnv.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
11 <section id='UnsetEnv'>
12 <title>UnsetEnv</title>
14 <cmdsynopsis>
15         <command>UnsetEnv</command
16         ><arg coice='plain'
17                 ><replaceable>variable</replaceable
18         ></arg>
19 </cmdsynopsis>
21 <para>Unset an environment variable, similar to shell's export or
22 unsetenv command. The
23 <replaceable>variable</replaceable>
24 then is removed from the environment array inherited by processes
25 started directly by fvwm.</para>
27 </section>