summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/command/module.sgml
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-04-07 11:06:58 +0000
committerfukachan <fukachan>2004-04-07 11:06:58 +0000
commit9984504f77ff7549b9d5c9e10fe2076dcc70b743 (patch)
treeea06550eac32452aefcff116a0ebfb800910b449 /fml/doc/ja/tutorial/command/module.sgml
parentddf915222f9b488b7ade43178d8d65dcf122391e (diff)
downloadfml8-9984504f77ff7549b9d5c9e10fe2076dcc70b743.tar.gz
fml8-9984504f77ff7549b9d5c9e10fe2076dcc70b743.tar.bz2
fml8-9984504f77ff7549b9d5c9e10fe2076dcc70b743.zip
fix description to catch up current implementation.
fix variable names to current ones. clean up.
Diffstat (limited to 'fml/doc/ja/tutorial/command/module.sgml')
-rw-r--r--fml/doc/ja/tutorial/command/module.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/doc/ja/tutorial/command/module.sgml b/fml/doc/ja/tutorial/command/module.sgml
index a51c956a..2cfa77f3 100644
--- a/fml/doc/ja/tutorial/command/module.sgml
+++ b/fml/doc/ja/tutorial/command/module.sgml
@@ -1,5 +1,5 @@
<!--
- $FML: module.sgml,v 1.3 2002/07/07 01:57:11 fukachan Exp $
+ $FML: module.sgml,v 1.4 2003/04/15 14:51:36 fukachan Exp $
-->
@@ -18,11 +18,11 @@
<para>
FML::Command:: クラスは以下のような構成になっています。
<screen>
-FML::Command FML::Command クラス以下への入口
+FML::Command FML::Command クラス以下への入口、dispatcher
FML::Command::User ユーザ用コマンド群
FML::Command::Admin 管理者用コマンド群
</screen>
-例えば、(コマンドメールでの)ユーザ用のコマンドの場合
+例えば、(コマンドメールでの)ユーザ用コマンドの場合
FML::Command を経由して
FML::Command::User::コマンド
モジュールを使うことになります。