From: Phil Sutter Date: Tue, 18 Aug 2015 16:11:12 +0000 (+0200) Subject: ip-address.8.in: fix BNF syntax error X-Git-Tag: v4.2.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=715296b85a0ecece7cdc60d42b026d66ac21a55e;p=thirdparty%2Fiproute2.git ip-address.8.in: fix BNF syntax error The previous man page fixup introduced a syntax error due to missing opening bracket, which might crash some humanoid BNF parsers. Fixes: 4e972d5 ("ip-address: fix and extend documentation") Signed-off-by: Phil Sutter --- diff --git a/man/man8/ip-address.8.in b/man/man8/ip-address.8.in index 2ea3e67be..f1efc4345 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