summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/command/internal.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/internal.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/internal.sgml')
-rw-r--r--fml/doc/ja/tutorial/command/internal.sgml14
1 files changed, 7 insertions, 7 deletions
diff --git a/fml/doc/ja/tutorial/command/internal.sgml b/fml/doc/ja/tutorial/command/internal.sgml
index 222abc7b..c8002d31 100644
--- a/fml/doc/ja/tutorial/command/internal.sgml
+++ b/fml/doc/ja/tutorial/command/internal.sgml
@@ -1,11 +1,11 @@
<!--
- $FML: internal.sgml,v 1.3 2002/04/01 23:41:00 fukachan Exp $
+ $FML: internal.sgml,v 1.4 2002/07/02 10:39:30 fukachan Exp $
-->
<sect1 id="fml.command.interal.change">
<title>
- 議論:
- 『4.0 と &fmldevel; のコードの書き方はどのくらい違うか?』
+ 補足:
+ 『&fml4;と &fmldevel; のコードの書き方はどのくらい違うか?』
</title>
<para>
@@ -14,7 +14,7 @@
</para>
<para>
-5.0 では help ファイルを送り返すコードの実体は
+&fmldevel; では help ファイルを送り返すコードの実体は
FML::Command::User::help にあり、
FML::Process::Command クラスから
(FML::Command の AUTOLOAD を経由して)呼び出されます。
@@ -89,9 +89,9 @@ $curproc->reply_message() は引数によって振舞いがことなりますが、
<para>
なお get コマンドなども同じキューイングの仕組みを使っています。つまり
-4.0 の Notify() 相当部分が(通常の記事配送以外の)あらゆる送信機能を担当
-するということです。この点において、送信のキューイングのメカニズムは大
-きく異なっています。
+&fml4; の Notify() 相当部分が(通常の記事配送以外の)あらゆる送信機能を
+担当するということです。この点において、送信のキューイングのメカニズム
+は大きく異なっています。
</para>
</sect1>