diff options
| author | fukachan <fukachan> | 2002-04-03 15:01:14 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-04-03 15:01:14 +0000 |
| commit | 2b3e2f6639f2cb951cd953098b95e33ef13e4ba0 (patch) | |
| tree | a1d7a10b9b17987601dbd957da99ea8cd4208a1c /fml/lib | |
| parent | c6078a19cf75b629679bf0e511d2804fb3e1b8d5 (diff) | |
| download | fml8-2b3e2f6639f2cb951cd953098b95e33ef13e4ba0.tar.gz fml8-2b3e2f6639f2cb951cd953098b95e33ef13e4ba0.tar.bz2 fml8-2b3e2f6639f2cb951cd953098b95e33ef13e4ba0.zip | |
clean up doc
Diffstat (limited to 'fml/lib')
| -rw-r--r-- | fml/lib/FML/Command/Admin/ls.pm | 6 | ||||
| -rw-r--r-- | fml/lib/FML/Command/Admin/pass.pm | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/fml/lib/FML/Command/Admin/ls.pm b/fml/lib/FML/Command/Admin/ls.pm index be8d78c2..cbec8c46 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.5 2002/02/18 14:24:11 fukachan Exp $ +# $FML: ls.pm,v 1.1 2002/03/24 11:26:46 fukachan Exp $ # package FML::Command::Admin::ls; @@ -29,7 +29,7 @@ sub process =head1 NAME -FML::Command::Admin::ls - ls a new member +FML::Command::Admin::ls - file operations =head1 SYNOPSIS @@ -37,7 +37,7 @@ See C<FML::Command> for more details. =head1 DESCRIPTION -same as C<dir>. +an alias of C<FML::Command::Admin::dir>. =head1 AUTHOR diff --git a/fml/lib/FML/Command/Admin/pass.pm b/fml/lib/FML/Command/Admin/pass.pm index 8afc19d3..f9002e65 100644 --- a/fml/lib/FML/Command/Admin/pass.pm +++ b/fml/lib/FML/Command/Admin/pass.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: pass.pm,v 1.5 2002/02/18 14:24:11 fukachan Exp $ +# $FML: pass.pm,v 1.1 2002/03/23 14:24:37 fukachan Exp $ # package FML::Command::Admin::pass; @@ -17,7 +17,7 @@ use FML::Command::Admin::password; @ISA = qw(FML::Command::Admin::password); -# Descriptions: change password +# Descriptions: authenticate password # Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args) # Side Effects: forward request to password module # Return Value: none @@ -30,7 +30,7 @@ sub process =head1 NAME -FML::Command::Admin::pass - change password +FML::Command::Admin::pass - authenticate password =head1 SYNOPSIS @@ -38,7 +38,7 @@ See C<FML::Command> for more details. =head1 DESCRIPTION -same as C<password>. +an alias of C<FML::Command::Admin::password>. =head1 AUTHOR |
