summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Sys
diff options
context:
space:
mode:
authorfukachan <fukachan>2005-05-27 03:03:31 +0000
committerfukachan <fukachan>2005-05-27 03:03:31 +0000
commite6fc837dba963f236db29e3e38d62f215980d428 (patch)
tree33f8f9ab40c5862ddaa9e3711edaa8218026ce8b /fml/lib/FML/Sys
parent1059e0cd170476595b06d3522d3a7915ae86e3be (diff)
downloadfml8-e6fc837dba963f236db29e3e38d62f215980d428.tar.gz
fml8-e6fc837dba963f236db29e3e38d62f215980d428.tar.bz2
fml8-e6fc837dba963f236db29e3e38d62f215980d428.zip
fix comments (FNF)
Diffstat (limited to 'fml/lib/FML/Sys')
-rw-r--r--fml/lib/FML/Sys/Alias.pm12
-rw-r--r--fml/lib/FML/Sys/User.pm8
2 files changed, 10 insertions, 10 deletions
diff --git a/fml/lib/FML/Sys/Alias.pm b/fml/lib/FML/Sys/Alias.pm
index ec95b6c6..5056dafd 100644
--- a/fml/lib/FML/Sys/Alias.pm
+++ b/fml/lib/FML/Sys/Alias.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2003,2004 Ken'ichi Fukamachi
+# Copyright (C) 2003,2004,2005 Ken'ichi Fukamachi
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: Alias.pm,v 1.3 2004/07/11 15:43:40 fukachan Exp $
+# $FML: Alias.pm,v 1.4 2004/07/23 13:16:44 fukachan Exp $
#
package FML::Sys::Alias;
@@ -18,7 +18,7 @@ my $debug = 0;
=head1 NAME
-FML::Sys::Alias - get mail alias infomation on this system.
+FML::Sys::Alias - get mail alias information on this system.
=head1 SYNOPSIS
@@ -49,7 +49,7 @@ sub new
}
-# Descriptions: get entrise in $file (e.g. /etc/mail/aliases)
+# Descriptions: get entries in $file (e.g. /etc/mail/aliases).
# Arguments: OBJ($self) STR($file)
# Side Effects: none
# Return Value: HASH_REF
@@ -110,7 +110,7 @@ sub expand
}
-# Descriptions: expand $key
+# Descriptions: expand $key and return the result as ARRAY_REF.
# Arguments: OBJ($self) STR($key) ARRAY_REF($value) NUM($recursive)
# Side Effects: none
# Return Value: ARRAY_REF
@@ -182,7 +182,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2003,2004 Ken'ichi Fukamachi
+Copyright (C) 2003,2004,2005 Ken'ichi Fukamachi
All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.
diff --git a/fml/lib/FML/Sys/User.pm b/fml/lib/FML/Sys/User.pm
index c0ec7046..7fa7d0d0 100644
--- a/fml/lib/FML/Sys/User.pm
+++ b/fml/lib/FML/Sys/User.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2003,2004 Ken'ichi Fukamachi
+# Copyright (C) 2003,2004,2005 Ken'ichi Fukamachi
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: User.pm,v 1.3 2004/07/11 15:43:40 fukachan Exp $
+# $FML: User.pm,v 1.4 2004/07/23 13:16:44 fukachan Exp $
#
package FML::Sys::User;
@@ -16,7 +16,7 @@ use Config;
=head1 NAME
-FML::Sys::User - get user infomation on this system.
+FML::Sys::User - get user information on this system.
=head1 SYNOPSIS
@@ -95,7 +95,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2003,2004 Ken'ichi Fukamachi
+Copyright (C) 2003,2004,2005 Ken'ichi Fukamachi
All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.