<<< Date Index >>>     <<< Thread Index >>>

[Mutt] #2941: muttrc man page formatting improvement (with patch!)



#2941: muttrc man page formatting improvement (with patch!)

 In places in the documentation (from init.h) where a list of printf-style
 options is made, it's currently formatted in the man page like this:

 .RS
 .IP %C
 charset

 .IP %c
 requires charset conversion (n or c)

 That results in a man page with a lot of extra whitespace (two blank lines
 between each printf option), making it hard to read. That would probably
 be better formatted like this:

 .RS
 .TP
 %C
 charset
 .TP
 %c
 requires charset conversion (n or c)

 The attached patch to makedoc.c should greatly improve readability of the
 man page.

-- 
Ticket URL: <http://dev.mutt.org/trac/ticket/2941>