diff options
| author | fukachan <fukachan> | 2002-07-02 03:54:49 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-07-02 03:54:49 +0000 |
| commit | c415aa152c70916c43fa1c40dc9f6c7b4aeb8ae5 (patch) | |
| tree | 0b2a2f20af452a0327660a24dbc28cd90f12fbf8 /fml/lib/FML/Command/UserControl.pm | |
| parent | 0247179173c9194418669a5fbad651be2de393fa (diff) | |
| download | fml8-c415aa152c70916c43fa1c40dc9f6c7b4aeb8ae5.tar.gz fml8-c415aa152c70916c43fa1c40dc9f6c7b4aeb8ae5.tar.bz2 fml8-c415aa152c70916c43fa1c40dc9f6c7b4aeb8ae5.zip | |
clean up/fix comments
Diffstat (limited to 'fml/lib/FML/Command/UserControl.pm')
| -rw-r--r-- | fml/lib/FML/Command/UserControl.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fml/lib/FML/Command/UserControl.pm b/fml/lib/FML/Command/UserControl.pm index d4cf590e..7911f80d 100644 --- a/fml/lib/FML/Command/UserControl.pm +++ b/fml/lib/FML/Command/UserControl.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: UserControl.pm,v 1.8 2002/06/25 04:11:30 fukachan Exp $ +# $FML: UserControl.pm,v 1.9 2002/06/30 14:30:14 fukachan Exp $ # package FML::Command::UserControl; @@ -45,7 +45,7 @@ sub new # Descriptions: add user # Arguments: OBJ($self) -# HASH_REF($curproc) HASH_REF($command_args) HASH_REF($uc_args) +# OBJ($curproc) HASH_REF($command_args) HASH_REF($uc_args) # Side Effects: update maps # Return Value: none sub useradd @@ -77,7 +77,7 @@ sub useradd # Descriptions: remove user # Arguments: OBJ($self) -# HASH_REF($curproc) HASH_REF($command_args) HASH_REF($uc_args) +# OBJ($curproc) HASH_REF($command_args) HASH_REF($uc_args) # Side Effects: update maps # Return Value: none sub userdel @@ -107,7 +107,7 @@ sub userdel # Descriptions: show list # Arguments: OBJ($self) -# HASH_REF($curproc) HASH_REF($command_args) HASH_REF($uc_args) +# OBJ($curproc) HASH_REF($command_args) HASH_REF($uc_args) # Side Effects: none # Return Value: none sub userlist |
