Removed moved functions/methods from LiCoM::Person
[licom.git] / lib / LiCoM / Group.pm
index e948926..e828115 100644 (file)
@@ -34,7 +34,8 @@ sub new
 
 =item LiCoM::Group-E<gt>B<load> (I<$cn>)
 
-Loads and returns the group named I<$cn> or with a member named I<$cn>.
+Loads and returns the group named I<$cn> or all groups with a member named
+I<$cn>.
 
 =cut
 
@@ -69,7 +70,7 @@ sub load
 =item LiCoM::Group-E<gt>B<create> (I<$name>, I<$description>, I<@members>)
 
 Creates and returns a new group. At least one member has to be given to meet
-LDAP requirements.
+LDAP requirements. I<@members> is an array of B<LiCoM::Person>-objects.
 
 =cut