From patchwork Sun Oct 13 07:48:36 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: 3033001 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 6A8E59F372 for ; Sun, 13 Oct 2013 07:49:01 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 70EC220214 for ; Sun, 13 Oct 2013 07:49:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9D39D20203 for ; Sun, 13 Oct 2013 07:48:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753152Ab3JMHsx (ORCPT ); Sun, 13 Oct 2013 03:48:53 -0400 Received: from mailp.voltaire.com ([193.47.165.129]:59028 "EHLO mellanox.co.il" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1752734Ab3JMHsx (ORCPT ); Sun, 13 Oct 2013 03:48:53 -0400 Received: from Internal Mail-Server by MTLPINE1 (envelope-from danby@mellanox.com) with SMTP; 13 Oct 2013 09:48:36 +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 r9D7maIS007606; Sun, 13 Oct 2013 10:48:36 +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 r9D7maav011238; Sun, 13 Oct 2013 09:48:36 +0200 Received: (from danby@localhost) by r-ufm5-17.mtr.labs.mlnx (8.14.4/8.14.4/Submit) id r9D7maAt011236; Sun, 13 Oct 2013 09:48:36 +0200 Date: Sun, 13 Oct 2013 09:48:36 +0200 From: Dan Ben Yosef To: Ira Weiny Cc: linux-rdma@vger.kernel.org Subject: [PATCH] ibtracert.c: Add 'force' flag to man page Message-ID: <20131013074836.GA11041@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.4 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 Add 'force' route option to man page. Signed-off-by: Dan Ben Yosef --- doc/man/ibtracert.8.in | 7 +++++++ doc/rst/ibtracert.8.in.rst | 2 ++ 2 files changed, 9 insertions(+), 0 deletions(-) diff --git a/doc/man/ibtracert.8.in b/doc/man/ibtracert.8.in index 9bc0317..4ca938e 100644 --- a/doc/man/ibtracert.8.in +++ b/doc/man/ibtracert.8.in @@ -108,6 +108,13 @@ ibaddr \-C mthca0 \-P 2 # use the specified port only. .UNINDENT .UNINDENT .SS Debugging flags +.\" Define the common option -f +. +.INDENT 0.0 +.TP +.B \-f +force route to destination port. +.UNINDENT .\" Define the common option -d . .INDENT 0.0 diff --git a/doc/rst/ibtracert.8.in.rst b/doc/rst/ibtracert.8.in.rst index e6b9823..76fe568 100644 --- a/doc/rst/ibtracert.8.in.rst +++ b/doc/rst/ibtracert.8.in.rst @@ -34,6 +34,8 @@ OPTIONS **-m** show the multicast trace of the specified mlid +**-f, --force** + force route to destination port Addressing Flags