summaryrefslogtreecommitdiff
path: root/fml/doc/en/tutorial/customize/chapter.command.sgml
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-07-26 07:31:27 +0000
committerfukachan <fukachan>2003-07-26 07:31:27 +0000
commitc4d052f52ad6631ddd8891c49d158f990b1bce60 (patch)
treed106f5e25bbd5e57a1c28902bab03e02ccc9abee /fml/doc/en/tutorial/customize/chapter.command.sgml
parenta4dd4a4cce04c1578cea2b21e54982ec3ea1ee2f (diff)
downloadfml8-c4d052f52ad6631ddd8891c49d158f990b1bce60.tar.gz
fml8-c4d052f52ad6631ddd8891c49d158f990b1bce60.tar.bz2
fml8-c4d052f52ad6631ddd8891c49d158f990b1bce60.zip
translated
Diffstat (limited to 'fml/doc/en/tutorial/customize/chapter.command.sgml')
-rw-r--r--fml/doc/en/tutorial/customize/chapter.command.sgml30
1 files changed, 30 insertions, 0 deletions
diff --git a/fml/doc/en/tutorial/customize/chapter.command.sgml b/fml/doc/en/tutorial/customize/chapter.command.sgml
new file mode 100644
index 00000000..7af1cf35
--- /dev/null
+++ b/fml/doc/en/tutorial/customize/chapter.command.sgml
@@ -0,0 +1,30 @@
+<!--
+ $FML$
+ $jaFML: chapter.command.sgml,v 1.1 2002/09/15 01:46:30 fukachan Exp $
+-->
+
+<chapter id="customize.command">
+ <title>
+ Extend command
+ </title>
+
+
+<sect1 id="customize.command.myproc">
+ <title>
+ case study: create your own help command.
+ </title>
+
+<para>
+To extend help command of elena ML.
+Create help.pm perl module at
+<screen>
+/var/spool/ml/elena/local/lib/FML/Command/User/help.pm
+</screen>
+In loading module, libraries under local/ path is preferred. So, this
+help command is loaded for help command (FML::Command::User::help).
+</para>
+
+</sect1>
+
+
+</chapter>