]> 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:04:16 +0000 (17:04 -0800)
doc/man/man1/ldapurl.1

index 746c3be33f1aba329bd326f92a319de6304a6086..8654f0eecc85dedc828ccd4c6f168a04c8340a67 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