mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2026-01-08 19:47:40 +00:00
man: fix man page warnings
While generating PDFs from the man pages, I saw the warning below from
several files. Compared the tc-matchall.8 with bridge.8 and used .RI
instead of .R. It should have no effect on the man page rendering.
`R' is a string (producing the registered sign), not a macro.
Signed-off-by: Alexander Alemayhu <alexander@alemayhu.com>
This commit is contained in:
parent
cfca3b356a
commit
5caba410c2
@ -20,7 +20,7 @@ flower \- flow based traffic control filter
|
||||
.B indev
|
||||
.IR ifname " | "
|
||||
.BR skip_sw " | " skip_hw
|
||||
.R " | { "
|
||||
.RI " | { "
|
||||
.BR dst_mac " | " src_mac " } "
|
||||
.IR MASKED_LLADDR " | "
|
||||
.B vlan_id
|
||||
|
||||
@ -13,7 +13,7 @@ IFE - encapsulate/decapsulate metadata
|
||||
.IR SMAC " ] "
|
||||
.RB "[ " type
|
||||
.IR TYPE " ] "
|
||||
.R "[ "
|
||||
.RI "[ "
|
||||
.IR CONTROL " ] "
|
||||
.RB "[ " index
|
||||
.IR INDEX " ] "
|
||||
|
||||
@ -7,7 +7,7 @@ matchall \- traffic control filter that matches every packet
|
||||
.ti -8
|
||||
.BR tc " " filter " ... " matchall " [ "
|
||||
.BR skip_sw " | " skip_hw
|
||||
.R " ] [ "
|
||||
.RI " ] [ "
|
||||
.B action
|
||||
.IR ACTION_SPEC " ] [ "
|
||||
.B classid
|
||||
|
||||
Loading…
Reference in New Issue
Block a user