tc: fixed man page fonts for keywords and variable values

Signed-off-by: Roman Mashak <mrv@mojatatu.com>
This commit is contained in:
Roman Mashak 2016-12-18 12:25:12 -05:00 committed by Stephen Hemminger
parent fd4ca03935
commit 17b9668a86
1 changed files with 18 additions and 18 deletions

View File

@ -5,58 +5,58 @@ tc \- show / manipulate traffic control settings
.B tc .B tc
.RI "[ " OPTIONS " ]" .RI "[ " OPTIONS " ]"
.B qdisc [ add | change | replace | link | delete ] dev .B qdisc [ add | change | replace | link | delete ] dev
DEV \fIDEV\fR
.B .B
[ parent [ parent
qdisc-id \fIqdisc-id\fR
.B | root ] .B | root ]
.B [ handle .B [ handle
qdisc-id ] qdisc \fIqdisc-id\fR ] qdisc
[ qdisc specific parameters ] [ qdisc specific parameters ]
.P .P
.B tc .B tc
.RI "[ " OPTIONS " ]" .RI "[ " OPTIONS " ]"
.B class [ add | change | replace | delete ] dev .B class [ add | change | replace | delete ] dev
DEV \fIDEV\fR
.B parent .B parent
qdisc-id \fIqdisc-id\fR
.B [ classid .B [ classid
class-id ] qdisc \fIclass-id\fR ] qdisc
[ qdisc specific parameters ] [ qdisc specific parameters ]
.P .P
.B tc .B tc
.RI "[ " OPTIONS " ]" .RI "[ " OPTIONS " ]"
.B filter [ add | change | replace | delete | get ] dev .B filter [ add | change | replace | delete | get ] dev
DEV \fIDEV\fR
.B [ parent .B [ parent
qdisc-id \fIqdisc-id\fR
.B | root ] protocol .B | root ] protocol
protocol \fIprotocol\fR
.B prio .B prio
priority filtertype \fIpriority\fR filtertype
[ filtertype specific parameters ] [ filtertype specific parameters ]
.B flowid .B flowid
flow-id \fIflow-id\fR
.B tc .B tc
.RI "[ " OPTIONS " ]" .RI "[ " OPTIONS " ]"
.RI "[ " FORMAT " ]" .RI "[ " FORMAT " ]"
.B qdisc show [ dev .B qdisc show [ dev
DEV \fIDEV\fR
.B ] .B ]
.P .P
.B tc .B tc
.RI "[ " OPTIONS " ]" .RI "[ " OPTIONS " ]"
.RI "[ " FORMAT " ]" .RI "[ " FORMAT " ]"
.B class show dev .B class show dev
DEV \fIDEV\fR
.P .P
.B tc .B tc
.RI "[ " OPTIONS " ]" .RI "[ " OPTIONS " ]"
.B filter show dev .B filter show dev
DEV \fIDEV\fR
.P .P
.ti 8 .ti 8
@ -294,14 +294,14 @@ In the absence of classful qdiscs, classless qdiscs can only be attached at
the root of a device. Full syntax: the root of a device. Full syntax:
.P .P
.B tc qdisc add dev .B tc qdisc add dev
DEV \fIDEV\fR
.B root .B root
QDISC QDISC-PARAMETERS QDISC QDISC-PARAMETERS
To remove, issue To remove, issue
.P .P
.B tc qdisc del dev .B tc qdisc del dev
DEV \fIDEV\fR
.B root .B root
The The
@ -386,7 +386,7 @@ Type of Service
Some qdiscs have built in rules for classifying packets based on the TOS field. Some qdiscs have built in rules for classifying packets based on the TOS field.
.TP .TP
skb->priority skb->priority
Userspace programs can encode a class-id in the 'skb->priority' field using Userspace programs can encode a \fIclass-id\fR in the 'skb->priority' field using
the SO_PRIORITY option. the SO_PRIORITY option.
.P .P
Each node within the tree can have its own filters but higher level filters Each node within the tree can have its own filters but higher level filters
@ -554,7 +554,7 @@ must be passed, either by passing its ID or by attaching directly to the root of
When creating a qdisc or a filter, it can be named with the When creating a qdisc or a filter, it can be named with the
.B handle .B handle
parameter. A class is named with the parameter. A class is named with the
.B classid .B \fBclassid\fR
parameter. parameter.
.TP .TP