From patchwork Thu Dec 13 13:42:53 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Dichtel X-Patchwork-Id: 205846 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 CDA3F2C009B for ; Fri, 14 Dec 2012 00:45:32 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754735Ab2LMNpT (ORCPT ); Thu, 13 Dec 2012 08:45:19 -0500 Received: from 33.106-14-84.ripe.coltfrance.com ([84.14.106.33]:40568 "EHLO proxy.6wind.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751597Ab2LMNpS (ORCPT ); Thu, 13 Dec 2012 08:45:18 -0500 Received: from schnaps.dev.6wind.com (unknown [10.16.0.249]) by proxy.6wind.com (Postfix) with ESMTPS id 0D1525AC1F; Thu, 13 Dec 2012 14:45:15 +0100 (CET) Received: from root by schnaps.dev.6wind.com with local (Exim 4.80) (envelope-from ) id 1Tj94h-0002nQ-3e; Thu, 13 Dec 2012 14:43:43 +0100 From: Nicolas Dichtel To: shemminger@vyatta.com Cc: netdev@vger.kernel.org, Nicolas Dichtel Subject: [PATCH iproute2 5/6] ip: term OPTIONS was used twice in 'ip route' man pages Date: Thu, 13 Dec 2012 14:42:53 +0100 Message-Id: <1355406174-10586-5-git-send-email-nicolas.dichtel@6wind.com> X-Mailer: git-send-email 1.8.0.1 In-Reply-To: <1355406174-10586-1-git-send-email-nicolas.dichtel@6wind.com> References: <1355406174-10586-1-git-send-email-nicolas.dichtel@6wind.com> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org INFO_SPEC already uses the term 'OPTIONS' and describe it. Signed-off-by: Nicolas Dichtel --- man/man8/ip-route.8.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/man8/ip-route.8.in b/man/man8/ip-route.8.in index f06fcba..2c35a97 100644 --- a/man/man8/ip-route.8.in +++ b/man/man8/ip-route.8.in @@ -1,4 +1,4 @@ -.TH IP\-ROUTE 8 "20 Dec 2011" "iproute2" "Linux" +.TH IP\-ROUTE 8 "13 Dec 2012" "iproute2" "Linux" .SH "NAME" ip-route \- routing table management .SH "SYNOPSIS" @@ -7,7 +7,7 @@ ip-route \- routing table management .in +8 .ti -8 .B ip -.RI "[ " OPTIONS " ]" +.RI "[ " ip-OPTIONS " ]" .B route .RI " { " COMMAND " | " .BR help " }"