From 46ed15d4ec03d51eef4c9cec33e82bb91598b29f Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Mon, 10 Dec 2012 17:00:56 -0800 Subject: [PATCH] ITS#7454, fix example usage --- doc/man/man1/ldapurl.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man/man1/ldapurl.1 b/doc/man/man1/ldapurl.1 index 746c3be33f..8654f0eecc 100644 --- a/doc/man/man1/ldapurl.1 +++ b/doc/man/man1/ldapurl.1 @@ -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 -- 2.39.5