diff options
| author | fukachan <fukachan> | 2004-01-01 08:41:33 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-01-01 08:41:33 +0000 |
| commit | 93677afd30e299ef5c27cb1737d7f0dd20ccb196 (patch) | |
| tree | 133358272028ba2e081d5c7df0efcd4d55c4d452 /fml/lib/FML/Command/Admin/ls.pm | |
| parent | 182d9ae3bf62ee6fb6316190b3758f874b725c00 (diff) | |
| download | fml8-93677afd30e299ef5c27cb1737d7f0dd20ccb196.tar.gz fml8-93677afd30e299ef5c27cb1737d7f0dd20ccb196.tar.bz2 fml8-93677afd30e299ef5c27cb1737d7f0dd20ccb196.zip | |
update comments
Diffstat (limited to 'fml/lib/FML/Command/Admin/ls.pm')
| -rw-r--r-- | fml/lib/FML/Command/Admin/ls.pm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/fml/lib/FML/Command/Admin/ls.pm b/fml/lib/FML/Command/Admin/ls.pm index b21d28fa..e8e5fa72 100644 --- a/fml/lib/FML/Command/Admin/ls.pm +++ b/fml/lib/FML/Command/Admin/ls.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: ls.pm,v 1.3 2002/09/11 23:18:07 fukachan Exp $ +# $FML: ls.pm,v 1.4 2002/09/22 14:56:45 fukachan Exp $ # package FML::Command::Admin::ls; @@ -17,7 +17,7 @@ use FML::Command::Admin::dir; @ISA = qw(FML::Command::Admin::dir); -# Descriptions: dir +# Descriptions: file/directory listings. # Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args) # Side Effects: forward request to dir module # Return Value: none @@ -29,7 +29,7 @@ sub process =head1 NAME -FML::Command::Admin::ls - file operations +FML::Command::Admin::ls - file/directory listings. =head1 SYNOPSIS @@ -37,6 +37,7 @@ See C<FML::Command> for more details. =head1 DESCRIPTION +file/directory listings. an alias of C<FML::Command::Admin::dir>. =head1 CODING STYLE |
