From 04734610deee328677d0a8f6f89ca82324d91341 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Sat, 11 Sep 2004 15:59:34 +0000 Subject: [PATCH] fix file:/// URI --- doc/man/man5/ldif.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man/man5/ldif.5 b/doc/man/man5/ldif.5 index fe65b44957..2ba9484379 100644 --- a/doc/man/man5/ldif.5 +++ b/doc/man/man5/ldif.5 @@ -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), -- 2.39.5