|
|
049c96 |
From 5461dd2bc08dc1036b655c8aa9f8acf306b092fd 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] ip-address.8.in: fix BNF syntax error
|
|
|
049c96 |
|
|
|
049c96 |
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1231898
|
|
|
049c96 |
Upstream Status: iproute2.git commit 715296b85a0ec
|
|
|
049c96 |
|
|
|
049c96 |
commit 715296b85a0ecece7cdc60d42b026d66ac21a55e
|
|
|
049c96 |
Author: Phil Sutter <phil@nwl.cc>
|
|
|
049c96 |
Date: Tue Aug 18 18:11:12 2015 +0200
|
|
|
049c96 |
|
|
|
049c96 |
ip-address.8.in: fix BNF syntax error
|
|
|
049c96 |
|
|
|
049c96 |
The previous man page fixup introduced a syntax error due to missing
|
|
|
049c96 |
opening bracket, which might crash some humanoid BNF parsers.
|
|
|
049c96 |
|
|
|
049c96 |
Fixes: 4e972d5 ("ip-address: fix and extend documentation")
|
|
|
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 2ea3e67..f1efc43 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 |
|