diff options
| author | fukachan <fukachan> | 2002-04-01 23:40:53 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-04-01 23:40:53 +0000 |
| commit | c1b23da555249ac402f3c0622c36520c7cfd5043 (patch) | |
| tree | 4d14d965b6b48e941bbdd0d76a5684374d5bae27 /fml/doc/ja/tutorial/command | |
| parent | b0aa33c9a88dbdca13bdf2c9e859c24fa58a5431 (diff) | |
| download | fml8-c1b23da555249ac402f3c0622c36520c7cfd5043.tar.gz fml8-c1b23da555249ac402f3c0622c36520c7cfd5043.tar.bz2 fml8-c1b23da555249ac402f3c0622c36520c7cfd5043.zip | |
cosmetics: white spaces
Diffstat (limited to 'fml/doc/ja/tutorial/command')
| -rw-r--r-- | fml/doc/ja/tutorial/command/extension.sgml | 6 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/command/internal.sgml | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/fml/doc/ja/tutorial/command/extension.sgml b/fml/doc/ja/tutorial/command/extension.sgml index a3331249..73aed185 100644 --- a/fml/doc/ja/tutorial/command/extension.sgml +++ b/fml/doc/ja/tutorial/command/extension.sgml @@ -1,5 +1,5 @@ <!-- - $FML: extension.sgml,v 1.1 2001/10/13 08:47:54 fukachan Exp $ + $FML: extension.sgml,v 1.2 2001/11/24 03:22:53 fukachan Exp $ --> @@ -14,9 +14,9 @@ fml 5.0 では、 例えばユーザ向けのコマンド uja を作りたい場合、 FML::Command 以下から適当に cut & paste して -<screen> +<screen> /usr/local/lib/fml/site_local/FML/Command/User/uja.pm -</screen> +</screen> というファイルを置けば OK にしようとしています。 </para> diff --git a/fml/doc/ja/tutorial/command/internal.sgml b/fml/doc/ja/tutorial/command/internal.sgml index 7cccd856..40cd1ae3 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.1.1.1 2001/10/12 11:00:20 fukachan Exp $ + $FML: internal.sgml,v 1.2 2001/11/24 03:22:53 fukachan Exp $ --> <sect1 id="fml.command.interal.change"> <title> 議論: - 『4.0 と 5.0 のコードの書き方はどのくらい違うか?』 + 『4.0 と 5.0 のコードの書き方はどのくらい違うか?』 </title> <para> @@ -14,7 +14,7 @@ </para> <para> -5.0 では help ファイルを送り返すコードの実体は +5.0 では help ファイルを送り返すコードの実体は FML::Command::User::help にあり、 FML::Process::Command クラスから (FML::Command の AUTOLOAD を経由して)呼び出されます。 @@ -43,7 +43,7 @@ sub process src => $help_file, charset_out => $charset, }; - my $help_template = $curproc->prepare_file_to_return( $params ); + my $help_template = $curproc->prepare_file_to_return( $params ); if (-f $help_template) { $curproc->reply_message( { @@ -69,7 +69,7 @@ prepare_file_to_return() はメッセージテンプレートの中にある変数の展開 や文字コード変換を適宜行ないます。 </para> -<para> +<para> $curproc->reply_message() は引数によって振舞いがことなりますが、 いずれにせよ、メッセージをキューに入れるメソッドです。 </para> |
