Blame SOURCES/0038-Bugzilla-1368956-man-page-of-ns-accountstatus.pl-sho.patch

7c7f29
From 0927945fa67133654ec8d8178ffcfe0c20103454 Mon Sep 17 00:00:00 2001
7c7f29
From: kamlesh <kchaudha@redhat.com>
7c7f29
Date: Mon, 22 Aug 2016 14:20:27 +0530
7c7f29
Subject: [PATCH 38/45] Bugzilla: 1368956 man page of ns-accountstatus.pl shows
7c7f29
 redundant entries for -p port option
7c7f29
7c7f29
    Bug Description:
7c7f29
         Description of problem:
7c7f29
         man page of ns-accountstatus.pl contain redundant entries for -p option
7c7f29
7c7f29
         -p port
7c7f29
              Port number of the Directory Server.
7c7f29
7c7f29
         -p port
7c7f29
              Port number of the Directory Server.
7c7f29
7c7f29
         -p port
7c7f29
              Port number of the Directory Server.
7c7f29
7c7f29
    Fix Description:
7c7f29
         Delete the redundant entrys
7c7f29
7c7f29
    Platforms tested: RHEL7.3
7c7f29
7c7f29
    Flag Day: no
7c7f29
7c7f29
    Doc impact: yes
7c7f29
7c7f29
Signed-off-by: kamlesh <kchaudha@redhat.com>
7c7f29
(cherry picked from commit 370a70c431d5f235d4371e4cb080215ac4500b6c)
7c7f29
---
7c7f29
 man/man8/ns-accountstatus.pl.8 | 6 ------
7c7f29
 1 file changed, 6 deletions(-)
7c7f29
7c7f29
diff --git a/man/man8/ns-accountstatus.pl.8 b/man/man8/ns-accountstatus.pl.8
7c7f29
index be3a8e9..9ffc4d3 100644
7c7f29
--- a/man/man8/ns-accountstatus.pl.8
7c7f29
+++ b/man/man8/ns-accountstatus.pl.8
7c7f29
@@ -57,12 +57,6 @@ Host name of the Directory Server.
7c7f29
 .B \fB\-p\fR \fIport\fR
7c7f29
 Port number of the Directory Server.
7c7f29
 .TP
7c7f29
-.B \fB\-p\fR \fIport\fR
7c7f29
-Port number of the Directory Server.
7c7f29
-.TP
7c7f29
-.B \fB\-p\fR \fIport\fR
7c7f29
-Port number of the Directory Server.
7c7f29
-.TP
7c7f29
 .B \fB\-b\fR \fIbasedn\fR
7c7f29
 The suffix DN from which to search from.
7c7f29
 .TP
7c7f29
-- 
7c7f29
2.4.11
7c7f29