From patchwork Thu Oct 10 14:21:12 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dan Ben Yosef X-Patchwork-Id: 3016141 X-Patchwork-Delegate: ira.weiny@intel.com Return-Path: X-Original-To: patchwork-linux-rdma@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 6549B9F1E1 for ; Thu, 10 Oct 2013 14:21:29 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3C26F201B6 for ; Thu, 10 Oct 2013 14:21:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1500820107 for ; Thu, 10 Oct 2013 14:21:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755799Ab3JJOVX (ORCPT ); Thu, 10 Oct 2013 10:21:23 -0400 Received: from mailp.voltaire.com ([193.47.165.129]:46973 "EHLO mellanox.co.il" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1755791Ab3JJOVU (ORCPT ); Thu, 10 Oct 2013 10:21:20 -0400 Received: from Internal Mail-Server by MTLPINE2 (envelope-from danby@mellanox.com) with SMTP; 10 Oct 2013 16:21:13 +0200 Received: from r-ufm5-17.mtr.labs.mlnx (r-ufm5-17.mtr.labs.mlnx [172.30.5.91]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id r9AELDpU027482; Thu, 10 Oct 2013 17:21:13 +0300 Received: from r-ufm5-17.mtr.labs.mlnx (localhost [127.0.0.1]) by r-ufm5-17.mtr.labs.mlnx (8.14.4/8.14.4) with ESMTP id r9AELDYR023267; Thu, 10 Oct 2013 16:21:13 +0200 Received: (from danby@localhost) by r-ufm5-17.mtr.labs.mlnx (8.14.4/8.14.4/Submit) id r9AELCps023265; Thu, 10 Oct 2013 16:21:12 +0200 Date: Thu, 10 Oct 2013 16:21:12 +0200 From: Dan Ben Yosef To: Ira Weiny Cc: linux-rdma@vger.kernel.org Subject: [PATCH] iblinkinfo: Remove "-R" option from man page Message-ID: <20131010142112.GA22757@r-ufm5-17.mtr.labs.mlnx> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-12-10) Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Spam-Status: No, score=-7.1 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP remove "-R" option from iblinkinfo man Signed-off-by: Dan Ben Yosef --- doc/man/iblinkinfo.8.in | 1 - doc/rst/iblinkinfo.8.in.rst | 2 -- src/iblinkinfo.c | 2 -- 3 files changed, 0 insertions(+), 5 deletions(-) diff --git a/doc/man/iblinkinfo.8.in b/doc/man/iblinkinfo.8.in index cf7aad7..7f89ec5 100644 --- a/doc/man/iblinkinfo.8.in +++ b/doc/man/iblinkinfo.8.in @@ -244,7 +244,6 @@ May be used several times (\-vv or \-v \-v \-v) .sp \fB\-V, \-\-version\fP show the version info. .sp -\fB\-R\fP (This option is obsolete and does nothing) .SH EXIT STATUS .sp 0 on success, \-1 on failure to scan the fabric, 1 if check mode is used and diff --git a/doc/rst/iblinkinfo.8.in.rst b/doc/rst/iblinkinfo.8.in.rst index bfdaada..ee2aefb 100644 --- a/doc/rst/iblinkinfo.8.in.rst +++ b/doc/rst/iblinkinfo.8.in.rst @@ -109,8 +109,6 @@ Debugging flags .. include:: common/opt_v.rst .. include:: common/opt_V.rst -**-R** (This option is obsolete and does nothing) - EXIT STATUS =========== diff --git a/src/iblinkinfo.c b/src/iblinkinfo.c index deffbd1..92ff3c6 100644 --- a/src/iblinkinfo.c +++ b/src/iblinkinfo.c @@ -629,8 +629,6 @@ int main(int argc, char **argv) "Output only switches"}, {"cas-only", 7, 0, NULL, "Output only CAs"}, - {"GNDN", 'R', 0, NULL, - "(This option is obsolete and does nothing)"}, {0} }; char usage_args[] = "";