]> git.sur5r.net Git - openldap/commitdiff
fix file:/// URI
authorPierangelo Masarati <ando@openldap.org>
Sat, 11 Sep 2004 15:59:34 +0000 (15:59 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 11 Sep 2004 15:59:34 +0000 (15:59 +0000)
doc/man/man5/ldif.5

index fe65b44957664012f5f0b562081f4d750d4d7749..2ba94843795f658cef8d84c4dddc07faa195b991 100644 (file)
@@ -82,7 +82,7 @@ Here is an example of an LDIF file containing three entries.
     cn: Barbara J Jensen
     cn: Babs Jensen
     objectclass: person
-    description:< file://tmp/babs
+    description:< file:///tmp/babs
     sn: Jensen
 
     dn: cn=Bjorn J Jensen,dc=example,dc=com
@@ -104,7 +104,7 @@ Here is an example of an LDIF file containing three entries.
 .fi
 .LP
 Notice that the description in Barbara Jensen's entry is
-read from file://tmp/babs and the jpegPhoto in Jennifer
+read from file:///tmp/babs and the jpegPhoto in Jennifer
 Jensen's entry is encoded using base 64.
 .SH SEE ALSO
 .BR ldap (3),