man: ip-address: align synopsis with help output
When fixing the BNF syntax error, I overlooked that 'ip address help'
prints a more correct synopsis. This patch aligns them.
Fixes: 715296b ("ip-address.8.in: fix BNF syntax error")
Signed-off-by: Phil Sutter <phil@nwl.cc>
This commit is contained in:
parent
9b2e9f4a8c
commit
0b17394087
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue