From: Kurt Zeilenga Date: Wed, 5 Nov 2003 03:34:52 +0000 (+0000) Subject: Fix up file:// URLs X-Git-Tag: OPENLDAP_REL_ENG_2_1_24~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acc060b59281f71293187c4cdac0d67c6080ebb3;p=thirdparty%2Fopenldap.git Fix up file:// URLs --- diff --git a/doc/man/man1/ldapmodify.1 b/doc/man/man1/ldapmodify.1 index 4fe90f8ea4..3b1182dd7b 100644 --- a/doc/man/man1/ldapmodify.1 +++ b/doc/man/man1/ldapmodify.1 @@ -301,7 +301,7 @@ exists and has the contents: title: Grand Poobah - add: jpegPhoto - jpegPhoto:< file://tmp/modme.jpeg + jpegPhoto:< file:///tmp/modme.jpeg - delete: description - diff --git a/doc/man/man1/ldapsearch.1 b/doc/man/man1/ldapsearch.1 index 79accc266b..9ccb8c26c3 100644 --- a/doc/man/man1/ldapsearch.1 +++ b/doc/man/man1/ldapsearch.1 @@ -345,8 +345,8 @@ requested attributes is found: .nf dn: uid=xyz,dc=example,dc=com ufn: xyz, example, com - audio:< file::/tmp/ldapsearch-audio-a19924 - jpegPhoto:< file::=/tmp/ldapsearch-jpegPhoto-a19924 + audio:< file:///tmp/ldapsearch-audio-a19924 + jpegPhoto:< file:///tmp/ldapsearch-jpegPhoto-a19924 .fi .LP This command: