summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/command/module.sgml
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-07-07 01:57:10 +0000
committerfukachan <fukachan>2002-07-07 01:57:10 +0000
commitd71fd2752b575ff5b46e09b94d4fca40570c0f71 (patch)
tree8a64e9c5ec1dc31f53c9c25e49b7b554bdb35e68 /fml/doc/ja/tutorial/command/module.sgml
parentfdcca16caee1f2d98f4519fe9bdaf8e079ba2f4c (diff)
downloadfml8-d71fd2752b575ff5b46e09b94d4fca40570c0f71.tar.gz
fml8-d71fd2752b575ff5b46e09b94d4fca40570c0f71.tar.bz2
fml8-d71fd2752b575ff5b46e09b94d4fca40570c0f71.zip
clean up, sync w/ reality
Diffstat (limited to 'fml/doc/ja/tutorial/command/module.sgml')
-rw-r--r--fml/doc/ja/tutorial/command/module.sgml8
1 files changed, 5 insertions, 3 deletions
diff --git a/fml/doc/ja/tutorial/command/module.sgml b/fml/doc/ja/tutorial/command/module.sgml
index 5e648bee..5b8cf82b 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.1 2001/11/24 03:22:53 fukachan Exp $
+ $FML: module.sgml,v 1.2 2002/07/02 10:39:31 fukachan Exp $
-->
@@ -49,9 +49,11 @@ FML::Command::Admin::コマンド
を使うモジュールもあります。
例えば登録と削除の実作業は
FML::Command::Admin::コマンド
-が行なっています。この場合
+内のコードが行なっています。
+登録/削除のコードはすべてのプログラムで共有するためです。
+この場合
FML::Command::User::コマンド
-のコマンドは confirm を行なうための wrapper です。
+のコマンドは confirm を行なうための wrapper という位置付けになります。
</para>
</sect2>