mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-10-07 20:17:57 +00:00
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 <phil@nwl.cc>
This commit is contained in:
parent
9e5ba07f49
commit
715296b85a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user