From: Clif H. <ch...@us...> - 2001-12-15 05:06:49
|
Update of /cvsroot/perl-ldap/ldap/contrib In directory usw-pr-cvs1:/tmp/cvs-serv8723/ldap/contrib Modified Files: tklkup Log Message: Corrected pod documentation error. Index: tklkup =================================================================== RCS file: /cvsroot/perl-ldap/ldap/contrib/tklkup,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- tklkup 2001/12/15 04:57:15 1.19 +++ tklkup 2001/12/15 05:06:43 1.20 @@ -21,6 +21,10 @@ # # Revisions: # $Log$ +# Revision 1.20 2001/12/15 05:06:43 charden +# +# Corrected pod documentation error. +# # Revision 1.19 2001/12/15 04:57:15 charden # # Added code to allow various entry modifications. @@ -4052,13 +4056,15 @@ ------------------------------------------------------------------- -=head1 DIRECTORY SEARCH DISPLAY - EDIT WINDOW. +=head1 DIRECTORY EDIT DISPLAY WINDOW. When this fucntion is installed and working properly this is where the user will modify an entry's data. Currently this function is I<NOT> working. However it will display the data for the currently selected DN. + +There can only be one of these windows active at a time. ------------------------------------------------------------------- |