summaryrefslogtreecommitdiff
path: root/fml/doc/en/tutorial/usage/fmlconf.sgml
blob: 0a8a5baf17cbd27d3d64796543229b4873eeae4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!--
   $FML: fmlconf.sgml,v 1.1 2003/07/26 04:29:13 fukachan Exp $
   $jaFML: fmlconf.sgml,v 1.4 2002/07/28 06:26:58 fukachan Exp $
-->

<sect1 id="usage.fmlconf">
	<title>
	Show Configuration
	</title>

<para>
"fmlconf" (/usr/local/bin/fmlconf) takes ML name as an argument.
It shows all variables of the specified ML.
If "-n" option specified, it shows variables different from default ones.
</para>

<para>
To list up all variable list,
<screen>
% fmlconf elena
</screen>
To list up variables different from the default one,
<screen>
% fmlconf -n elena
</screen>
</para>

</sect1>