diff options
| author | fukachan <fukachan> | 2008-08-23 00:38:20 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2008-08-23 00:38:20 +0000 |
| commit | acceda03fc09f15247f838cd91dff66c7af1dabc (patch) | |
| tree | c7888a2d5e12a79534fd17d22dffb9ca2efcea01 /fml/doc/ja/tutorial | |
| parent | 21d01a22bf71f8faf018530569b3f7a63e83aa06 (diff) | |
| download | fml8-acceda03fc09f15247f838cd91dff66c7af1dabc.tar.gz fml8-acceda03fc09f15247f838cd91dff66c7af1dabc.tar.bz2 fml8-acceda03fc09f15247f838cd91dff66c7af1dabc.zip | |
remove recipes category.
merge recipes/'s Q&A to tutorial.
Diffstat (limited to 'fml/doc/ja/tutorial')
| -rw-r--r-- | fml/doc/ja/tutorial/usage/recipes.onhost.sgml | 45 |
1 files changed, 44 insertions, 1 deletions
diff --git a/fml/doc/ja/tutorial/usage/recipes.onhost.sgml b/fml/doc/ja/tutorial/usage/recipes.onhost.sgml index 23389312..036c3eef 100644 --- a/fml/doc/ja/tutorial/usage/recipes.onhost.sgml +++ b/fml/doc/ja/tutorial/usage/recipes.onhost.sgml @@ -1,9 +1,52 @@ <!-- - $FML: recipes.onhost.sgml,v 1.1 2005/10/15 10:51:13 fukachan Exp $ + $FML: recipes.onhost.sgml,v 1.2 2008/08/19 07:11:03 fukachan Exp $ --> <qandaset> +<qandaentry> + +<question> + <para> + メンバ一覧(認証リストの一覧)が見たい + </para> +</question> + +<answer> +<para> +elena ML のメンバ一覧を見たい場合、 +<screen> +makefml list elena +</screen> +もしくは +<screen> +makefml list member +</screen> +</para> +</answer> +</qandaentry> + + +<qandaentry> +<question> + <para> + 受信者リストが見たい + </para> +</question> + +<answer> +<para> +<screen> +makefml list elena recipient +</screen> +もしくは +<screen> +makefml list elena active +</screen> +</para> +</answer> +</qandaentry> + <qandaentry> |
