From 68d4fea882db22fbb79cb99b595074f012eb9b32 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Wed, 21 Mar 2012 17:03:27 +0000
Subject: [PATCH] Fix for OPENDJ-458: Man pages for common tools shouldn't be the same for tools in server and toolkit

---
 opends/resource/man/man1/ldapcompare.1 |   40 +++++++++++++++++++++-------------------
 1 files changed, 21 insertions(+), 19 deletions(-)

diff --git a/opends/resource/man/man1/ldapcompare.1 b/opends/resource/man/man1/ldapcompare.1
index e856c61..38bdcb6 100644
--- a/opends/resource/man/man1/ldapcompare.1
+++ b/opends/resource/man/man1/ldapcompare.1
@@ -2,12 +2,12 @@
 .\"     Title: ldapcompare
 .\"    Author: 
 .\" Generator: DocBook XSL-NS Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      Date: November\ \&21,\ \&2011
+.\"      Date: 03/21/2012
 .\"    Manual: Tools Reference
 .\"    Source: OpenDJ 2.5.0
 .\"  Language: English
 .\"
-.TH "LDAPCOMPARE" "1" "November\ \&21,\ \&2011" "OpenDJ 2\&.5\&.0" "Tools Reference"
+.TH "LDAPCOMPARE" "1" "03/21/2012" "OpenDJ 2\&.5\&.0" "Tools Reference"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -63,13 +63,15 @@
 .RS 4
 Show what would be done but do not perform any operation
 .RE
-.PP
-\fB\-Y, \-\-proxyAs {authzID}\fR
-.RS 4
-Use the proxied authorization control with the given authorization ID
-.RE
 .SS "LDAP Connection Options"
 .PP
+\fB\-\-connectTimeout {timeout}\fR
+.RS 4
+Maximum length of time (in milliseconds) that can be taken to establish a connection\&. Use \*(Aq0\*(Aq to specify no time out\&.
+.sp
+Default value: 30000
+.RE
+.PP
 \fB\-D, \-\-bindDN {bindDN}\fR
 .RS 4
 DN to use to bind to the server
@@ -77,11 +79,6 @@
 Default value: cn=Directory Manager
 .RE
 .PP
-\fB\-E, \-\-reportAuthzID\fR
-.RS 4
-Use the authorization identity control
-.RE
-.PP
 \fB\-h, \-\-hostname {host}\fR
 .RS 4
 Directory server hostname or IP address
@@ -126,7 +123,12 @@
 Use StartTLS to secure communication with the server
 .RE
 .PP
-\fB\-T, \-\-trustStorePassword {trustStorePassword}\fR
+\fB\-r, \-\-useSASLExternal\fR
+.RS 4
+Use the SASL EXTERNAL authentication mechanism
+.RE
+.PP
+\fB\-\-trustStorePassword {trustStorePassword}\fR
 .RS 4
 Certificate trust store PIN
 .RE
@@ -141,11 +143,6 @@
 Certificate trust store PIN file
 .RE
 .PP
-\fB\-\-usePasswordPolicyControl\fR
-.RS 4
-Use the password policy request control
-.RE
-.PP
 \fB\-V, \-\-ldapVersion {version}\fR
 .RS 4
 LDAP protocol version number
@@ -189,6 +186,11 @@
 Path to the file containing default property values used for command line arguments
 .RE
 .PP
+\fB\-s, \-\-script\-friendly\fR
+.RS 4
+Use script\-friendly mode
+.RE
+.PP
 \fB\-v, \-\-verbose\fR
 .RS 4
 Use verbose mode
@@ -283,5 +285,5 @@
 .\}
 .SH "COPYRIGHT"
 .br
-Copyright \(co 2011 ForgeRock AS
+Copyright \(co 2011-2012 ForgeRock AS
 .br

--
Gitblit v1.10.0