summaryrefslogtreecommitdiff
path: root/fml
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-01-05 08:03:22 +0000
committerfukachan <fukachan>2003-01-05 08:03:22 +0000
commitbd860629550ecff9fd531b4c85dc0b1fab78ed75 (patch)
tree7f1a8b9c197eb678df4e658ab5888273f71fac58 /fml
parent27a551a8b472db6e3cc7dc636435e4adc28e9062 (diff)
downloadfml8-bd860629550ecff9fd531b4c85dc0b1fab78ed75.tar.gz
fml8-bd860629550ecff9fd531b4c85dc0b1fab78ed75.tar.bz2
fml8-bd860629550ecff9fd531b4c85dc0b1fab78ed75.zip
add fml program
Diffstat (limited to 'fml')
-rw-r--r--fml/doc/ja/tutorial/usage/chapter.onhost.sgml3
-rw-r--r--fml/doc/ja/tutorial/usage/fml.sgml30
2 files changed, 32 insertions, 1 deletions
diff --git a/fml/doc/ja/tutorial/usage/chapter.onhost.sgml b/fml/doc/ja/tutorial/usage/chapter.onhost.sgml
index f94bfe92..6738c6f2 100644
--- a/fml/doc/ja/tutorial/usage/chapter.onhost.sgml
+++ b/fml/doc/ja/tutorial/usage/chapter.onhost.sgml
@@ -1,5 +1,5 @@
<!--
- $FML: chapter.onhost.sgml,v 1.2 2002/11/09 14:16:19 fukachan Exp $
+ $FML: chapter.onhost.sgml,v 1.3 2002/11/26 11:17:13 fukachan Exp $
-->
<chapter id="usage.onhost">
@@ -49,6 +49,7 @@ makefml の基本的な使い方は &fml4; の makefml と同様です。
&sect.usage.makefml;
+&sect.usage.fml;
&sect.usage.fmladdr;
&sect.usage.fmlalias;
&sect.usage.fmlconf;
diff --git a/fml/doc/ja/tutorial/usage/fml.sgml b/fml/doc/ja/tutorial/usage/fml.sgml
new file mode 100644
index 00000000..dd35ce4d
--- /dev/null
+++ b/fml/doc/ja/tutorial/usage/fml.sgml
@@ -0,0 +1,30 @@
+<!--
+ $FML$
+-->
+
+<sect1 id="usage.fml">
+ <title>
+ fml コマンドと makefml コマンド
+ </title>
+
+<para>
+引数の順が異なることを除けば、
+fml (/usr/local/bin/fml)
+は makefml と全く同じです。
+単に、引数順の好き嫌いで使い分けて下さい。
+</para>
+
+<para>
+fml コマンドでは
+<screen>
+% fml ML名 コマンド [コマンドのオプション]
+</screen>
+となります。一方、makefml では
+<screen>
+% makefml コマンド ML名 [コマンドのオプション]
+</screen>
+です。
+各コマンドの使い方については makefml を参照して下さい。
+</para>
+
+</sect1>