2016-09-22 16:45 GMT+08:00 Phil Sutter <p...@nwl.cc>: > On Thu, Sep 22, 2016 at 02:28:49PM +0800, Hangbin Liu wrote: > [...] >> diff --git a/man/man8/ip-rule.8 b/man/man8/ip-rule.8 >> index 3508d80..ec0e31d 100644 >> --- a/man/man8/ip-rule.8 >> +++ b/man/man8/ip-rule.8 >> @@ -15,7 +15,8 @@ ip-rule \- routing policy database management >> >> .ti -8 >> .B ip rule >> -.RB "[ " list " ]" >> +.RB "[ " list >> +.I "[ " SELECTOR " ]]" > > This makes the brackets cursive, too. Better use this instead: > > | .RI "[ " SELECTOR " ]]"
Thanks Phil, I'm not familiar with man doc syntax :) Cheers Hangbin