From patchwork Thu Dec 10 21:24:01 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Al Chu X-Patchwork-Id: 66354 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id nBALMv2J028291 for ; Thu, 10 Dec 2009 21:24:03 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753448AbZLJVXz (ORCPT ); Thu, 10 Dec 2009 16:23:55 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754429AbZLJVXz (ORCPT ); Thu, 10 Dec 2009 16:23:55 -0500 Received: from nspiron-3.llnl.gov ([128.115.41.83]:5181 "EHLO smtp.llnl.gov" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753448AbZLJVXz (ORCPT ); Thu, 10 Dec 2009 16:23:55 -0500 X-Attachments: 0002-correct-manpages-for-tools-that-are-no-longer-script.patch Received: from auk31.llnl.gov (HELO [134.9.93.159]) ([134.9.93.159]) by smtp.llnl.gov with ESMTP; 10 Dec 2009 13:24:01 -0800 Subject: [infiniband-diags] [PATCH] correct manpages for tools that are no longer scripts From: Al Chu Reply-To: chu11@llnl.gov To: sashak@voltaire.com Cc: linux-rdma@vger.kernel.org Date: Thu, 10 Dec 2009 13:24:01 -0800 Message-Id: <1260480241.4557.100.camel@auk31.llnl.gov> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-19.el5) Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org diff --git a/infiniband-diags/man/iblinkinfo.8 b/infiniband-diags/man/iblinkinfo.8 index de8676a..0f53b00 100644 --- a/infiniband-diags/man/iblinkinfo.8 +++ b/infiniband-diags/man/iblinkinfo.8 @@ -1,16 +1,16 @@ .TH IBLINKINFO 8 "Jan 24, 2008" "OpenIB" "OpenIB Diagnostics" .SH NAME -iblinkinfo.pl \- report link info for all links in the fabric +iblinkinfo \- report link info for all links in the fabric .SH SYNOPSIS -.B iblinkinfo.pl +.B iblinkinfo [-hcdl -C -P -v -S -D ] .SH DESCRIPTION .PP -iblinkinfo.pl reports the link info for each port of each switch active in the +iblinkinfo reports the link info for each port of each switch active in the IB fabric. .SH OPTIONS diff --git a/infiniband-diags/man/ibqueryerrors.8 b/infiniband-diags/man/ibqueryerrors.8 index d5a499e..83a2b5a 100644 --- a/infiniband-diags/man/ibqueryerrors.8 +++ b/infiniband-diags/man/ibqueryerrors.8 @@ -1,16 +1,16 @@ .TH IBQUERYERRORS 8 "Oct 30, 2009" "OpenIB" "OpenIB Diagnostics" .SH NAME -ibqueryerrors.pl \- query and report non-zero IB port counters +ibqueryerrors \- query and report non-zero IB port counters .SH SYNOPSIS -.B ibqueryerrors.pl +.B ibqueryerrors [-s -c -r -C -P -G -D -d -k -K] .SH DESCRIPTION .PP -ibqueryerrors.pl reports port counters. This is similar to ibcheckerrors with +ibqueryerrors reports port counters. This is similar to ibcheckerrors with the additional ability to filter out selected errors, include the optional transmit and receive data counters, and report full link information for the link reported.