summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/User/help.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-12-22 16:10:50 +0000
committerfukachan <fukachan>2001-12-22 16:10:50 +0000
commite2f8d69342554092472734635ee88e1289eb4b3e (patch)
tree09a7d5f0df78c346e72b84ae8fbaf5910deb6589 /fml/lib/FML/Command/User/help.pm
parentf696903f195ffef8d6a0d9d447651383f90d05f9 (diff)
downloadfml8-e2f8d69342554092472734635ee88e1289eb4b3e.tar.gz
fml8-e2f8d69342554092472734635ee88e1289eb4b3e.tar.bz2
fml8-e2f8d69342554092472734635ee88e1289eb4b3e.zip
update documents, comments
Diffstat (limited to 'fml/lib/FML/Command/User/help.pm')
-rw-r--r--fml/lib/FML/Command/User/help.pm8
1 files changed, 7 insertions, 1 deletions
diff --git a/fml/lib/FML/Command/User/help.pm b/fml/lib/FML/Command/User/help.pm
index 59bcbd79..a9dac735 100644
--- a/fml/lib/FML/Command/User/help.pm
+++ b/fml/lib/FML/Command/User/help.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: help.pm,v 1.5 2001/10/14 00:32:29 fukachan Exp $
+# $FML: help.pm,v 1.6 2001/12/22 09:21:05 fukachan Exp $
#
package FML::Command::User::help;
@@ -25,6 +25,8 @@ FML::Command::User::help - send back help file
=head1 SYNOPSIS
+See C<FML::Command> for more details.
+
=head1 DESCRIPTION
See C<FML::Command> for more details.
@@ -36,6 +38,10 @@ See C<FML::Command> for more details.
=cut
+# Descriptions: send file by FML::Command::SendFile.
+# Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args)
+# Side Effects: none
+# Return Value: none
sub process
{
my ($self, $curproc, $command_args) = @_;