diff options
| author | fukachan <fukachan> | 2008-08-23 00:59:51 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2008-08-23 00:59:51 +0000 |
| commit | 1ac571ce521e7b305af2dba28fa8af2588859223 (patch) | |
| tree | d1131e7efd7ec2e6a3878cb2f641b51c9dab2277 /fml/doc/ja/tutorial/customize | |
| parent | acceda03fc09f15247f838cd91dff66c7af1dabc (diff) | |
| download | fml8-1ac571ce521e7b305af2dba28fa8af2588859223.tar.gz fml8-1ac571ce521e7b305af2dba28fa8af2588859223.tar.bz2 fml8-1ac571ce521e7b305af2dba28fa8af2588859223.zip | |
remove faq entry.
merge faq/'s recipes to tutorial.
Diffstat (limited to 'fml/doc/ja/tutorial/customize')
| -rw-r--r-- | fml/doc/ja/tutorial/customize/chapter.config.sgml | 38 |
1 files changed, 37 insertions, 1 deletions
diff --git a/fml/doc/ja/tutorial/customize/chapter.config.sgml b/fml/doc/ja/tutorial/customize/chapter.config.sgml index ee5163b4..c47954bf 100644 --- a/fml/doc/ja/tutorial/customize/chapter.config.sgml +++ b/fml/doc/ja/tutorial/customize/chapter.config.sgml @@ -1,5 +1,5 @@ <!-- - $FML: chapter.config.sgml,v 1.4 2004/04/07 11:07:02 fukachan Exp $ + $FML: chapter.config.sgml,v 1.5 2004/10/06 09:07:34 fukachan Exp $ --> @@ -26,4 +26,40 @@ </sect1> +<sect1 id="recipes.config"> + <title> + レシピ's + </title> + +<qandaset> + +<qandaentry> +<question> + <para> + elena MLの設定を見る + </para> +</question> + +<answer> + <para> + 全部の変数を表示する +<screen> +% /usr/local/bin/fmlconf elena +</screen> + </para> + + <para> + デフォルト値と異なる変数を表示する +<screen> +% /usr/local/bin/fmlconf -n elena +</screen> + </para> +</answer> +</qandaentry> + +</qandaset> + +</sect1> + + </chapter> |
