summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/Admin/error.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-06-26 11:47:55 +0000
committerfukachan <fukachan>2004-06-26 11:47:55 +0000
commit06114f7bdcc1cf0bfd5a33a73405f607bbbfe7dd (patch)
tree88efd68768f0a4254851280c908a8642590df808 /fml/lib/FML/Command/Admin/error.pm
parent8a4ad321fb933d12ba65adf4354b3fd8f4108981 (diff)
downloadfml8-06114f7bdcc1cf0bfd5a33a73405f607bbbfe7dd.tar.gz
fml8-06114f7bdcc1cf0bfd5a33a73405f607bbbfe7dd.tar.bz2
fml8-06114f7bdcc1cf0bfd5a33a73405f607bbbfe7dd.zip
overhaul: fix comments, messages and style.
Diffstat (limited to 'fml/lib/FML/Command/Admin/error.pm')
-rw-r--r--fml/lib/FML/Command/Admin/error.pm14
1 files changed, 7 insertions, 7 deletions
diff --git a/fml/lib/FML/Command/Admin/error.pm b/fml/lib/FML/Command/Admin/error.pm
index 5211e33d..769ce0ed 100644
--- a/fml/lib/FML/Command/Admin/error.pm
+++ b/fml/lib/FML/Command/Admin/error.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: error.pm,v 1.12 2004/04/20 03:32:47 fukachan Exp $
+# $FML: error.pm,v 1.13 2004/05/22 06:19:51 fukachan Exp $
#
package FML::Command::Admin::error;
@@ -15,7 +15,7 @@ use Carp;
=head1 NAME
-FML::Command::Admin::error - show error status
+FML::Command::Admin::error - show statics/status of error mails.
=head1 SYNOPSIS
@@ -29,7 +29,7 @@ show error status.
=head2 process($curproc, $command_args)
-call error status list generator.
+call error status generator.
=cut
@@ -47,21 +47,21 @@ sub new
}
-# Descriptions: need lock or not
+# Descriptions: need lock or not.
# Arguments: none
# Side Effects: none
# Return Value: NUM( 1 or 0)
sub need_lock { 1;}
-# Descriptions: lock channel
+# Descriptions: return lock channel.
# Arguments: none
# Side Effects: none
# Return Value: STR
sub lock_channel { return undef;}
-# Descriptions: list up status of error messages
+# Descriptions: list up status of error messages.
# Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args)
# Side Effects: update $recipient_map
# Return Value: none
@@ -110,7 +110,7 @@ sub _fmlerror
}
-# Descriptions:
+# Descriptions: show result by the specified analyzer.
# Arguments: OBJ($self) OBJ($curproc) OBJ($error) STR($fp)
# Side Effects: none
# Return Value: none