Update of /cvsroot/perl-ldap/ldap/lib/Net/LDAP
In directory sc8-pr-cvs1:/tmp/cvs-serv12905
Modified Files:
Examples.pod
Log Message:
Changed literal < and >s
Index: Examples.pod
===================================================================
RCS file: /cvsroot/perl-ldap/ldap/lib/Net/LDAP/Examples.pod,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Examples.pod 6 May 2003 12:16:54 -0000 1.5
+++ Examples.pod 7 May 2003 10:59:12 -0000 1.6
@@ -510,8 +510,8 @@
}
The process is the basically the same for getting objectClass
-information. Where schema->all_attributes() is used, substitute
-schema->all_objectclasses(). From that point on the process is
+information. Where schema-E<gt>all_attributes() is used, substitute
+schema-E<gt>all_objectclasses(). From that point on the process is
the same for both objectClasses and attributes.
=head1 BUGS
@@ -520,7 +520,7 @@
=head1 AUTHOR (of this document)
-Russell Biggs <rg...@ti...>
+Russell Biggs E<lt>rg...@ti...E<gt>
=head1 COPYRIGHT
|