Commit d18086cc authored by Bjarni Ingi Gislason's avatar Bjarni Ingi Gislason Committed by Stephen Hemminger

tc-drr(8): tab unquoted in a argument to a macro

<groff: tc-drr.8>:67: warning: tab character in unquoted macro argument
<groff: tc-drr.8>:69: warning: tab character in unquoted macro argument

*********************

Originally filed at: http://bugs.debian.org/674706Signed-off-by: default avatarAndreas Henriksson <andreas@fatal.se>
parent 7c34520b
......@@ -64,9 +64,9 @@ flow filter:
.B for i in .. 1024;do
.br
.B \ttc class add dev .. classid $handle:$(print %x $i)
.B "\ttc class add dev .. classid $handle:$(print %x $i)"
.br
.B \ttc qdisc add dev .. fifo limit 16
.B "\ttc qdisc add dev .. fifo limit 16"
.br
.B done
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment