From: Stephen Hemminger Date: Tue, 21 May 2019 18:27:14 +0000 (-0700) Subject: man: fix macaddr section of ip-link X-Git-Tag: v5.2.0~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd35c954234eb8773192ea8a503f4fcf76e2aa83;p=thirdparty%2Fiproute2.git man: fix macaddr section of ip-link The formatting of setting mac address was confusing. Break lines and fix highlighting. Signed-off-by: Stephen Hemminger --- diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in index d035a5c92..883d88077 100644 --- a/man/man8/ip-link.8.in +++ b/man/man8/ip-link.8.in @@ -154,10 +154,15 @@ ip-link \- network device configuration .br .RB "[ " addrgenmode " { " eui64 " | " none " | " stable_secret " | " random " } ]" .br -.RB "[ " macaddr " { " flush " | { " add " | " del " } " -.IR MACADDR " | set [ " -.IR MACADDR " [ " -.IR MACADDR " [ ... ] ] ] } ]" +.RB "[ " macaddr +.RI "[ " MACADDR " ]" +.br +.in +10 +.RB "[ { " flush " | " add " | " del " } " +.IR MACADDR " ]" +.br +.RB "[ " set +.IR MACADDR " ] ]" .br .ti -8