summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/User/mget.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-12-15 13:46:28 +0000
committerfukachan <fukachan>2002-12-15 13:46:28 +0000
commitd1fe458edcc5c321527e077395ce9177177dc3a4 (patch)
treee2f7de2b53f21436ae21e95defff3e66c0bf0b66 /fml/lib/FML/Command/User/mget.pm
parent569abb9b4cd23babba38904452a1ebdf30730e9b (diff)
downloadfml8-d1fe458edcc5c321527e077395ce9177177dc3a4.tar.gz
fml8-d1fe458edcc5c321527e077395ce9177177dc3a4.tar.bz2
fml8-d1fe458edcc5c321527e077395ce9177177dc3a4.zip
clean up comments
Diffstat (limited to 'fml/lib/FML/Command/User/mget.pm')
-rw-r--r--fml/lib/FML/Command/User/mget.pm7
1 files changed, 4 insertions, 3 deletions
diff --git a/fml/lib/FML/Command/User/mget.pm b/fml/lib/FML/Command/User/mget.pm
index 844f5b5d..44101aec 100644
--- a/fml/lib/FML/Command/User/mget.pm
+++ b/fml/lib/FML/Command/User/mget.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: mget.pm,v 1.10 2002/09/11 23:18:10 fukachan Exp $
+# $FML: mget.pm,v 1.11 2002/09/22 14:56:47 fukachan Exp $
#
package FML::Command::User::mget;
@@ -16,7 +16,8 @@ use FML::Command::User::get;
@ISA = qw(FML::Command::User::get);
-# Descriptions: send article(s)
+# Descriptions: send back article(s).
+# The request is forwarded to "get" module.
# Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args)
# Side Effects: forward request to get module
# Return Value: none
@@ -29,7 +30,7 @@ sub process
=head1 NAME
-FML::Command::User::mget - send articles
+FML::Command::User::mget - send back article(s)
=head1 SYNOPSIS