1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!-- $Id: booleanArgs.xml,v 1.1 2007/08/07 13:46:33 scott Exp $ -->
3 <!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
4 "../docbook-xml/docbookx.dtd"
6 <!ENTITY % myents SYSTEM "../fvwm.ent" >
11 <section id='boolean_args'>
12 <title>Boolean Arguments</title>
15 <para>A number of commands take one or several boolean arguments. These take a few equivalent inputs: "yes", "on", "true", "t" and "y" all evaluate to true while "no", "off", "false", "f" and "n" evaluate to false. Some commands allow "toggle" too which means that the feature is disabled if it is currently enabled and vice versa.</para>