From patchwork Sat Nov 29 19:49:21 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vadym Kochan X-Patchwork-Id: 416008 X-Patchwork-Delegate: shemminger@vyatta.com Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 31BB014019C for ; Sun, 30 Nov 2014 06:59:12 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751580AbaK2T7A (ORCPT ); Sat, 29 Nov 2014 14:59:00 -0500 Received: from mail-wg0-f51.google.com ([74.125.82.51]:44225 "EHLO mail-wg0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751537AbaK2T67 (ORCPT ); Sat, 29 Nov 2014 14:58:59 -0500 Received: by mail-wg0-f51.google.com with SMTP id k14so11095460wgh.10 for ; Sat, 29 Nov 2014 11:58:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=uDxiwiSGO7LFAAkD6bP7IpF8RLrgsicozhjwYNsGw5A=; b=jPnKDY2l59GxETU2pj75NS6mHldeDhTyfpbEfKzwbUhEtfIrAMycWkgiLmy+EhynI1 HM33B7Pl1NZ9Ylle5p1br5TXbUIZ0S3kjmjrNzFNABdNwYrss7JO7IATcYi9UfFEMy1a kevxH38/OC6wzVVvk0PTeFjIs6mKdz8VJGgQSgeO7p6w5fUdue0w2ud7SVMz2u0w0y4r Qb1XJUpiDHOcqvlhKVSGwYZMRlzFdyx2KCefPJzFT4+a7TyQwXHGekOFuEiJBfp3KSOt qItVALYZIXx4CJeU2FoT8C6xh5bJFOQHI3nfPAwVSJRyRI6f8pxZ5/N1DfskohInjKjs CgKg== X-Received: by 10.194.120.164 with SMTP id ld4mr80501668wjb.67.1417291138007; Sat, 29 Nov 2014 11:58:58 -0800 (PST) Received: from localhost.localdomain (121-43-207-82.ip.ukrtel.net. [82.207.43.121]) by mx.google.com with ESMTPSA id k5sm12938894wjn.1.2014.11.29.11.58.57 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 29 Nov 2014 11:58:57 -0800 (PST) From: Vadim Kochan To: netdev@vger.kernel.org Cc: Vadim Kochan Subject: [PATCH iproute2] man ip-link: Add description for 'help' command Date: Sat, 29 Nov 2014 21:49:21 +0200 Message-Id: <1417290561-16970-1-git-send-email-vadim4j@gmail.com> X-Mailer: git-send-email 2.1.3 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Signed-off-by: Vadim Kochan --- man/man8/ip-link.8.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in index ea23a72..9d4e3da 100644 --- a/man/man8/ip-link.8.in +++ b/man/man8/ip-link.8.in @@ -150,6 +150,10 @@ ip-link \- network device configuration .B master .IR DEVICE " ]" +.ti -8 +.B ip link help +.RI "[ " TYPE " ]" + .SH "DESCRIPTION" .SS ip link add - add virtual link @@ -702,6 +706,12 @@ output statistics with human readable values number followed by suffix .BR "\-iec" print human readable rates in IEC units (ie. 1K = 1024). +.SS ip link help - display help + +.PP +.I "TYPE" +specifies which help of link type to dislpay. + .SH "EXAMPLES" .PP ip link show @@ -724,6 +734,11 @@ ip link delete dev eth0.10 Removes vlan device. .RE +ip link help gre +.RS 4 +Display help for the gre link type. +.RE + .SH SEE ALSO .br .BR ip (8)