naccyde / rpms / iproute

Forked from rpms/iproute 5 months ago
Clone

Blame SOURCES/0014-man-ip-address-align-synopsis-with-help-output.patch

049c96
From 8447b36e09fd2b4a420892267c91993e77299f4b Mon Sep 17 00:00:00 2001
049c96
From: Phil Sutter <psutter@redhat.com>
049c96
Date: Thu, 18 Feb 2016 13:21:59 +0100
049c96
Subject: [PATCH] man: ip-address: align synopsis with help output
049c96
049c96
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1231898
049c96
Upstream Status: iproute2.git commit 0b17394087a2c
049c96
049c96
commit 0b17394087a2c1b5564353bd21eb59f468130553
049c96
Author: Phil Sutter <phil@nwl.cc>
049c96
Date:   Fri Sep 18 20:17:00 2015 +0200
049c96
049c96
    man: ip-address: align synopsis with help output
049c96
049c96
    When fixing the BNF syntax error, I overlooked that 'ip address help'
049c96
    prints a more correct synopsis. This patch aligns them.
049c96
049c96
    Fixes: 715296b ("ip-address.8.in: fix BNF syntax error")
049c96
    Signed-off-by: Phil Sutter <phil@nwl.cc>
049c96
---
049c96
 man/man8/ip-address.8.in | 2 +-
049c96
 1 file changed, 1 insertion(+), 1 deletion(-)
049c96
049c96
diff --git a/man/man8/ip-address.8.in b/man/man8/ip-address.8.in
049c96
index f1efc43..43611b9 100644
049c96
--- a/man/man8/ip-address.8.in
049c96
+++ b/man/man8/ip-address.8.in
049c96
@@ -60,7 +60,7 @@ ip-address \- protocol address management
049c96
 .IR FLAG " := "
049c96
 .RB "[ " permanent " | " dynamic " | " secondary " | " primary " | \
049c96
 [ - ] " tentative " | [ - ] " deprecated " | [ - ] " dadfailed " | "\
049c96
-temporary " ] [ " CONFFLAG-LIST " ]"
049c96
+temporary " | " CONFFLAG-LIST " ]"
049c96
 
049c96
 .ti -8
049c96
 .IR CONFFLAG-LIST " := [ "  CONFFLAG-LIST " ] " CONFFLAG
049c96
-- 
049c96
1.8.3.1
049c96