From patchwork Thu Jan 26 14:50:05 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Zelenoff X-Patchwork-Id: 137942 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 45BFCB6F67 for ; Fri, 27 Jan 2012 01:50:16 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752004Ab2AZOuP (ORCPT ); Thu, 26 Jan 2012 09:50:15 -0500 Received: from relay.parallels.com ([195.214.232.42]:45107 "EHLO relay.parallels.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751708Ab2AZOuM (ORCPT ); Thu, 26 Jan 2012 09:50:12 -0500 Received: from msk-exch1.sw.swsoft.com ([10.30.1.231] helo=mail.sw.ru) by relay.parallels.com with esmtps (TLSv1:RC4-MD5:128) (Exim 4.77) (envelope-from ) id 1RqQeQ-0007Dn-33; Thu, 26 Jan 2012 18:50:10 +0400 Received: from localhost.localdomain (10.30.8.233) by msk-exch1 (10.30.1.231) with Microsoft SMTP Server (TLS) id 8.3.213.0; Thu, 26 Jan 2012 18:50:09 +0400 From: Tony Zelenoff To: CC: , Tony Zelenoff , , Subject: [PATCH iproute2 2/2] Adjust man page for new functionality Date: Thu, 26 Jan 2012 18:50:05 +0400 Message-ID: <1327589405-10930-3-git-send-email-antonz@parallels.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1327589405-10930-1-git-send-email-antonz@parallels.com> References: <1327589405-10930-1-git-send-email-antonz@parallels.com> MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Signed-off-by: Tony Zelenoff --- man/man8/ip-neighbour.8 | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/man/man8/ip-neighbour.8 b/man/man8/ip-neighbour.8 index f4ea0db..db383e3 100644 --- a/man/man8/ip-neighbour.8 +++ b/man/man8/ip-neighbour.8 @@ -24,7 +24,7 @@ ip neighbour \- neighbour/arp tables management. .IR DEV " ]" .ti -8 -.BR "ip neigh" " { " show " | " flush " } [ " to +.BR "ip neigh" " { " show " | " flush " } [ " proxy " ] [ " to .IR PREFIX " ] [ " .B dev .IR DEV " ] [ " @@ -133,6 +133,10 @@ the prefix selecting the neighbours to list. only list the neighbours attached to this device. .TP +.BI proxy +list neighbour proxies. + +.TP .B unused only list neighbours which are not currently in use.