]> git.sur5r.net Git - openldap/commitdiff
ITS#7454, fix example usage
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 11 Dec 2012 01:00:56 +0000 (17:00 -0800)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 11 Dec 2012 01:00:56 +0000 (17:00 -0800)
doc/man/man1/ldapurl.1

index 2f2f4adbb5e49cef5db236729e4ad2be07300f07..4ccfa7f2c0bcaf714e4a1e9b938767766cfd52d1 100644 (file)
@@ -129,7 +129,7 @@ is printed to standard output.
 The following command:
 .LP
 .nf
-    ldapuri \-h ldap.example.com \-b dc=example,dc=com \-s sub \-f "(cn=Some One)"
+    ldapurl \-h ldap.example.com \-b dc=example,dc=com \-s sub \-f "(cn=Some One)"
 .fi
 .LP
 returns
@@ -141,7 +141,7 @@ returns
 The command:
 .LP
 .nf
-    ldapuri \-H ldap://ldap.example.com:389/dc=example,dc=com??sub?(cn=Some%20One)
+    ldapurl \-H ldap://ldap.example.com:389/dc=example,dc=com??sub?(cn=Some%20One)
 .fi
 .LP
 returns