From patchwork Thu Oct 10 13:29: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: 3015991 X-Patchwork-Delegate: ira.weiny@intel.com Return-Path: X-Original-To: patchwork-linux-rdma@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id E8075BF924 for ; Thu, 10 Oct 2013 13:29:20 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id CD697202A1 for ; Thu, 10 Oct 2013 13:29:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 76AFB20279 for ; Thu, 10 Oct 2013 13:29:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754462Ab3JJN3R (ORCPT ); Thu, 10 Oct 2013 09:29:17 -0400 Received: from mailp.voltaire.com ([193.47.165.129]:36388 "EHLO mellanox.co.il" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1752205Ab3JJN3R (ORCPT ); Thu, 10 Oct 2013 09:29:17 -0400 Received: from Internal Mail-Server by MTLPINE1 (envelope-from danby@mellanox.com) with SMTP; 10 Oct 2013 15:29:12 +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 r9ADTCip019889; Thu, 10 Oct 2013 16:29:12 +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 r9ADTCOv021269; Thu, 10 Oct 2013 15:29:12 +0200 Received: (from danby@localhost) by r-ufm5-17.mtr.labs.mlnx (8.14.4/8.14.4/Submit) id r9ADTCO2021266; Thu, 10 Oct 2013 15:29:12 +0200 Date: Thu, 10 Oct 2013 15:29:12 +0200 From: Dan Ben Yosef To: Ira Weiny Cc: linux-rdma@vger.kernel.org Subject: [PATCH] ibaddr: Add missing -t option to manpage Message-ID: <20131010132912.GA21069@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 Add missing 'timeout' option Signed-off-by: Dan Ben Yosef --- doc/man/ibaddr.8.in | 4 ++++ doc/rst/ibaddr.8.in.rst | 1 + 2 files changed, 5 insertions(+), 0 deletions(-) diff --git a/doc/man/ibaddr.8.in b/doc/man/ibaddr.8.in index 8a804d7..9e25223 100644 --- a/doc/man/ibaddr.8.in +++ b/doc/man/ibaddr.8.in @@ -155,6 +155,10 @@ ibaddr \-C mthca0 \-P 2 # use the specified port only. .UNINDENT .UNINDENT .SS Configuration flags +.\" Define the common option -t +. +.sp +\fB\-t, \-\-timeout \fP override the default timeout for the solicited mads. .\" Define the common option -y . .INDENT 0.0 diff --git a/doc/rst/ibaddr.8.in.rst b/doc/rst/ibaddr.8.in.rst index 6713fcf..ac18bbf 100644 --- a/doc/rst/ibaddr.8.in.rst +++ b/doc/rst/ibaddr.8.in.rst @@ -69,6 +69,7 @@ Configuration flags ------------------- .. include:: common/opt_y.rst +.. include:: common/opt_t.rst .. include:: common/opt_z-config.rst FILES