diff options
| author | fukachan <fukachan> | 2005-06-25 15:11:27 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2005-06-25 15:11:27 +0000 |
| commit | fac8b3742dafc474f18fdfce7725a6b37698d61c (patch) | |
| tree | d4f487cceecec46c65fd65e889b09692857e96b9 /fml/doc/ja/tutorial/customize/chapter.command.sgml | |
| parent | 84d1b40a0d4f5efb5718d25be69e4aa274c5cb0e (diff) | |
| download | fml8-fac8b3742dafc474f18fdfce7725a6b37698d61c.tar.gz fml8-fac8b3742dafc474f18fdfce7725a6b37698d61c.tar.bz2 fml8-fac8b3742dafc474f18fdfce7725a6b37698d61c.zip | |
clean up / fixed.
Diffstat (limited to 'fml/doc/ja/tutorial/customize/chapter.command.sgml')
| -rw-r--r-- | fml/doc/ja/tutorial/customize/chapter.command.sgml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fml/doc/ja/tutorial/customize/chapter.command.sgml b/fml/doc/ja/tutorial/customize/chapter.command.sgml index ea0d974a..0006d130 100644 --- a/fml/doc/ja/tutorial/customize/chapter.command.sgml +++ b/fml/doc/ja/tutorial/customize/chapter.command.sgml @@ -1,5 +1,5 @@ <!-- - $FML: chapter.command.sgml,v 1.2 2004/04/07 11:07:02 fukachan Exp $ + $FML: chapter.command.sgml,v 1.3 2004/10/06 09:07:34 fukachan Exp $ --> @@ -19,9 +19,9 @@ elena MLに独自の help コマンドを作ることを考えます。 </para> <para> -独自のモジュール help.pm を用意して、MLローカルのライブラリパスへお -くだけです。オリジナルの help.pm を参考にして、独自の help.pm を作り、 -以下のパスにおいてください。 +独自の help コマンドは、独自のモジュール help.pm を用意して、MLロー +カルのライブラリパスへおくだけでOKです。オリジナルの help.pm を参考に +して、独自の help.pm を作り、以下のパスにおいてください。 <screen> /var/spool/ml/elena/local/lib/FML/Command/User/help.pm </screen> @@ -33,7 +33,7 @@ help コマンドの応答には、このモジュール help.pm が使われます。 <caution> <para> 他のファイルからカット&ペーストする時は、 -package の名前空間に気をつけてね +package の名前空間に気をつけてください。 </para> </caution> |
