summaryrefslogtreecommitdiff
path: root/fml/doc/en/tutorial/usage/fmlconf.sgml
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-07-26 04:29:12 +0000
committerfukachan <fukachan>2003-07-26 04:29:12 +0000
commit0f8a45b45d759f9e192b8ea3e0865ef31e697b78 (patch)
tree804e45ffa87ecea0c174498629de1c3997587284 /fml/doc/en/tutorial/usage/fmlconf.sgml
parentf1246849a7356ec80778a8a983ab81dc7b5c26e5 (diff)
downloadfml8-0f8a45b45d759f9e192b8ea3e0865ef31e697b78.tar.gz
fml8-0f8a45b45d759f9e192b8ea3e0865ef31e697b78.tar.bz2
fml8-0f8a45b45d759f9e192b8ea3e0865ef31e697b78.zip
translated
Diffstat (limited to 'fml/doc/en/tutorial/usage/fmlconf.sgml')
-rw-r--r--fml/doc/en/tutorial/usage/fmlconf.sgml28
1 files changed, 28 insertions, 0 deletions
diff --git a/fml/doc/en/tutorial/usage/fmlconf.sgml b/fml/doc/en/tutorial/usage/fmlconf.sgml
new file mode 100644
index 00000000..8ed2756b
--- /dev/null
+++ b/fml/doc/en/tutorial/usage/fmlconf.sgml
@@ -0,0 +1,28 @@
+<!--
+ $FML$
+ $jaFML: fmlconf.sgml,v 1.4 2002/07/28 06:26:58 fukachan Exp $
+-->
+
+<sect1 id="usage.fmlconf">
+ <title>
+ show configuration of one ML
+ </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>