More docs...

git-svn-id: svn://10.0.0.236/branches/devel-branch-1_1@8254 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
leif%netscape.com
1998-08-20 08:45:26 +00:00
parent 4e7805ecde
commit aef3654d10

View File

@@ -1,5 +1,5 @@
#############################################################################
# $Id: LDIF.pm,v 1.5.2.1 1998-08-20 08:37:39 leif%netscape.com Exp $
# $Id: LDIF.pm,v 1.5.2.2 1998-08-20 08:45:26 leif%netscape.com Exp $
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.0 (the "License"); you may not use this file except in
@@ -236,7 +236,9 @@ files from changes made to an entry.
=head1 DESCRIPTION
The LDIF format is a simple, yet useful, text representation of an LDAP
database.
database. The goal of this package is to make it as easy as possible to
read, parse and use LDIF data, possible generated from other information
sources.
=head1 EXAMPLES