This section doesn't correctly use markups. Real values (like interface names) appear in , which is confusing because readers could copy/paste them and think they are part of the command. For example, if you use a placeholder, it should use the following markups/notation ip link add name __ ... If you use real values, then don't use angle brackets. For further details, see the RH SSG: https://redhat-documentation.github.io/supplementary-style-guide/#user-replaced-values Reported by: mmuehlfe https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/configuring_and_managing_networking/linux-traffic-control_configuring-and-managing-networking#annotations:a7a12809-463e-4260-8163-4b9b0d98d3ae
DDF broke my example: > ip link add name __ ... should be: ip link add name __<interface_name>__ ...