From patchwork Fri Sep 18 18:17:00 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Phil Sutter X-Patchwork-Id: 519508 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 B3D601401F6 for ; Sat, 19 Sep 2015 04:17:57 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751760AbbIRSRg (ORCPT ); Fri, 18 Sep 2015 14:17:36 -0400 Received: from orbit.nwl.cc ([176.31.251.142]:52673 "EHLO mail.nwl.cc" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752160AbbIRSRI (ORCPT ); Fri, 18 Sep 2015 14:17:08 -0400 Received: from mail.nwl.cc (orbit [127.0.0.1]) by mail.nwl.cc (Postfix) with ESMTP id 6DC37214CB; Fri, 18 Sep 2015 20:17:05 +0200 (CEST) Received: by mail.nwl.cc (Postfix, from userid 1000) id 469E220086; Fri, 18 Sep 2015 20:17:05 +0200 (CEST) From: Phil Sutter To: Stephen Hemminger Cc: netdev@vger.kernel.org Subject: [iproute PATCH 1/6] man: ip-address: align synopsis with help output Date: Fri, 18 Sep 2015 20:17:00 +0200 Message-Id: <1442600225-18355-2-git-send-email-phil@nwl.cc> X-Mailer: git-send-email 2.1.2 In-Reply-To: <1442600225-18355-1-git-send-email-phil@nwl.cc> References: <1442600225-18355-1-git-send-email-phil@nwl.cc> X-Virus-Scanned: ClamAV using ClamSMTP Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org When fixing the BNF syntax error, I overlooked that 'ip address help' prints a more correct synopsis. This patch aligns them. Fixes: 715296b ("ip-address.8.in: fix BNF syntax error") Signed-off-by: Phil Sutter --- man/man8/ip-address.8.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man8/ip-address.8.in b/man/man8/ip-address.8.in index f1efc43..43611b9 100644 --- a/man/man8/ip-address.8.in +++ b/man/man8/ip-address.8.in @@ -60,7 +60,7 @@ ip-address \- protocol address management .IR FLAG " := " .RB "[ " permanent " | " dynamic " | " secondary " | " primary " | \ [ - ] " tentative " | [ - ] " deprecated " | [ - ] " dadfailed " | "\ -temporary " ] [ " CONFFLAG-LIST " ]" +temporary " | " CONFFLAG-LIST " ]" .ti -8 .IR CONFFLAG-LIST " := [ " CONFFLAG-LIST " ] " CONFFLAG