Commit 715296b8 authored by Phil Sutter's avatar Phil Sutter Committed by Stephen Hemminger

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: 4e972d5e ("ip-address: fix and extend documentation")
Signed-off-by: default avatarPhil Sutter <phil@nwl.cc>
parent 9e5ba07f
...@@ -60,7 +60,7 @@ ip-address \- protocol address management ...@@ -60,7 +60,7 @@ ip-address \- protocol address management
.IR FLAG " := " .IR FLAG " := "
.RB "[ " permanent " | " dynamic " | " secondary " | " primary " | \ .RB "[ " permanent " | " dynamic " | " secondary " | " primary " | \
[ - ] " tentative " | [ - ] " deprecated " | [ - ] " dadfailed " | "\ [ - ] " tentative " | [ - ] " deprecated " | [ - ] " dadfailed " | "\
temporary " ] " CONFFLAG-LIST " ]" temporary " ] [ " CONFFLAG-LIST " ]"
.ti -8 .ti -8
.IR CONFFLAG-LIST " := [ " CONFFLAG-LIST " ] " CONFFLAG .IR CONFFLAG-LIST " := [ " CONFFLAG-LIST " ] " CONFFLAG
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment