]> git.ipfire.org Git - thirdparty/iproute2.git/commit
tc/mqprio: break up synopsis into multiple lines
authorVladimir Oltean <vladimir.oltean@nxp.com>
Tue, 18 Apr 2023 11:39:48 +0000 (14:39 +0300)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 24 Apr 2023 16:33:15 +0000 (09:33 -0700)
commit8c028693cd5fc9b5ceb43dfdfeb48ad47de90e9b
tree52bcf6a7de8223a562fc44155b647923c6c07db2
parent82289b7addab7fed64d172806a8cebd8b2790693
tc/mqprio: break up synopsis into multiple lines

tc-taprio(8) has a synopsis which is much easier to follow, because it
breaks up the command line arguments on multiple lines. Do this in
tc-mqprio(8) too.

Also, the highlighting (bold) of the keywords is all wrong. Take the
opportunity to fix that.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
man/man8/tc-mqprio.8