summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/User/guide.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/guide.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/guide.pm')
-rw-r--r--fml/lib/FML/Command/User/guide.pm10
1 files changed, 8 insertions, 2 deletions
diff --git a/fml/lib/FML/Command/User/guide.pm b/fml/lib/FML/Command/User/guide.pm
index a0b5406e..8ac9b62c 100644
--- a/fml/lib/FML/Command/User/guide.pm
+++ b/fml/lib/FML/Command/User/guide.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: guide.pm,v 1.2 2001/10/14 00:32:29 fukachan Exp $
+# $FML: guide.pm,v 1.3 2001/12/22 09:21:04 fukachan Exp $
#
package FML::Command::User::guide;
@@ -25,9 +25,11 @@ FML::Command::User::guide - send back guide file
=head1 SYNOPSIS
+See C<FML::Command> for more details.
+
=head1 DESCRIPTION
-See C<FML::Command> for more details.
+send back file.
=head1 METHODS
@@ -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) = @_;